mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-15 07:25:09 -06:00
Changed the initial spawn location for new accounts
This commit is contained in:
parent
166ecbacbf
commit
e84798c82c
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ motw_identifier = "0"
|
|||
#text shown for message of the week - @name will be replaced with the name property set above.
|
||||
motw_text = "Welcome to @name!"
|
||||
#the coordinates new players spawn at
|
||||
new_player_location = "2524,5002,0"
|
||||
new_player_location = "3094,3107,0"
|
||||
#the location of home teleport
|
||||
home_location = "3222,3218,0"
|
||||
autostock_ge = false
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ motw_identifier = "0"
|
|||
#text shown for message of the week - @name will be replaced with the name property set above.
|
||||
motw_text = "Welcome to @name!"
|
||||
#the coordinates new players spawn at
|
||||
new_player_location = "2524,5002,0"
|
||||
new_player_location = "3094,3107,0"
|
||||
#the location of home teleport
|
||||
home_location = "3222,3218,0"
|
||||
autostock_ge = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue