Spelling issue

This commit is contained in:
Jk C
2020-12-11 16:57:13 -07:00
committed by GitHub
parent 88a57b77df
commit 808205302e

View File

@@ -69,7 +69,7 @@ lobby = "127.0.0.1:30066"
factions = "127.0.0.1:30067" factions = "127.0.0.1:30067"
minigames = "127.0.0.1:30068" minigames = "127.0.0.1:30068"
# In what order we should try servers when a player logs in or is kicked from aserver. # In what order we should try servers when a player logs in or is kicked from a server.
try = [ try = [
"lobby" "lobby"
] ]
@@ -169,4 +169,4 @@ online-mode-only = "&cThis server only accepts connections from online-mode clie
no-available-servers = "&cThere are no available servers." no-available-servers = "&cThere are no available servers."
already-connected = "&cYou are already connected to this proxy!" already-connected = "&cYou are already connected to this proxy!"
moved-to-new-server-prefix = "&cThe server you were on kicked you: " moved-to-new-server-prefix = "&cThe server you were on kicked you: "
generic-connection-error = "&cAn internal error occurred in your connection." generic-connection-error = "&cAn internal error occurred in your connection."