fix mc-server serverPropertiers."query.port" expands to query.port
This commit is contained in:
parent
d2d27a7cf9
commit
ea63bc85ad
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
# server-ip = "" # listen on all addresses if unset
|
# server-ip = "" # listen on all addresses if unset
|
||||||
server-port = 45000; # connection port
|
server-port = 45000; # connection port
|
||||||
query.port = 45000; # share game info/advertising information
|
"query.port" = 45000; # share game info/advertising information
|
||||||
user-native-transport = true; # Linux packet RX/TX optimizations
|
user-native-transport = true; # Linux packet RX/TX optimizations
|
||||||
|
|
||||||
# Users Connections
|
# Users Connections
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue