Client now reads address and port from config file. Default address is set to local host.

This commit is contained in:
stiffly
2015-12-18 11:22:13 +01:00
parent 0b714e593f
commit 5c1a93021b
4 changed files with 11 additions and 8 deletions
+2 -3
View File
@@ -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