mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-03 08:10:43 +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:
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user