mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
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:
parent
966bd3edd2
commit
52e3c3bcd7
15
config.ini
15
config.ini
@ -71,16 +71,11 @@ eventmode=0
|
|||||||
# percent chance of an event crate dropping each kill
|
# percent chance of an event crate dropping each kill
|
||||||
eventcratechance=10
|
eventcratechance=10
|
||||||
|
|
||||||
# spawn coordinates (Z is height)
|
# you can override the default spawn point.
|
||||||
# these are for the Future:
|
# these example coords are for the Future (Z is height):
|
||||||
spawnx=632032
|
#spawnx=632032
|
||||||
spawny=187177
|
#spawny=187177
|
||||||
spawnz=-5500
|
#spawnz=-5500
|
||||||
|
|
||||||
# ...and these are for the Academy:
|
|
||||||
#spawnx=19835
|
|
||||||
#spawny=108682
|
|
||||||
#spawnz=8450
|
|
||||||
|
|
||||||
# Player location monitor interface configuration
|
# Player location monitor interface configuration
|
||||||
[monitor]
|
[monitor]
|
||||||
|
Loading…
Reference in New Issue
Block a user