Client now reads address and port from config file. Default address is set to local host.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[Debug]
|
||||
|
||||
LogLevel=1
|
||||
LoadMap=
|
||||
EditorEnabled=false
|
||||
@@ -13,5 +12,5 @@ Height=720
|
||||
FOV=45
|
||||
[Networking]
|
||||
StartNetwork=false
|
||||
Address=0.0.0.0
|
||||
Port=0
|
||||
Address=127.0.0.1
|
||||
Port=13
|
||||
Reference in New Issue
Block a user