forked from mirror/openmw-tes3mp
added master address to client config
This commit is contained in:
parent
1b403719f5
commit
fbfa9bccd0
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
|||
[General]
|
||||
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
||||
loglevel = 0
|
||||
#master = master.tes3mp.com:8088
|
||||
server = mp.tes3mp.com
|
||||
port = 25565
|
||||
#name = Player
|
||||
|
||||
[Master]
|
||||
address = master.tes3mp.com:8080
|
||||
|
||||
[Chat]
|
||||
# Use https://wiki.libsdl.org/SDL_Keycode for rebinding keys
|
||||
keySay = Y # For chatting
|
||||
|
|
Loading…
Reference in a new issue