Comment out the spawn coords in config.ini

They're not often changed, and keeping two sets of them in the config
file is messy when the right set is automatially chosen by the ifdef in
the server itself.
This commit is contained in:
dongresource 2020-12-31 12:55:42 +01:00
parent 966bd3edd2
commit 52e3c3bcd7
1 changed files with 5 additions and 10 deletions

View File

@ -71,16 +71,11 @@ eventmode=0
# percent chance of an event crate dropping each kill
eventcratechance=10
# spawn coordinates (Z is height)
# these are for the Future:
spawnx=632032
spawny=187177
spawnz=-5500
# ...and these are for the Academy:
#spawnx=19835
#spawny=108682
#spawnz=8450
# you can override the default spawn point.
# these example coords are for the Future (Z is height):
#spawnx=632032
#spawny=187177
#spawnz=-5500
# Player location monitor interface configuration
[monitor]