Skip to content

Commit 40a79bd

Browse files
committed
fix(ti): update default map
The default map in the tiserver configuration file has been updated from "/Game/TheIsle/Maps/Game/Isla_Spiro/Isla_Spiro" to "/Game/TheIsle/Maps/Game/Gateway/Gateway". This change ensures that the server starts with the correct default map.
1 parent e997c94 commit 40a79bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/config-default/config-lgsm/tiserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212
ip="0.0.0.0"
1313
port="7777"
14-
defaultmap="/Game/TheIsle/Maps/Game/Isla_Spiro/Isla_Spiro"
14+
defaultmap="/Game/TheIsle/Maps/Game/Gateway/Gateway"
1515

1616
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
1717
## Game Server Docs | https://isle.fandom.com/wiki/The_Isle_Server_Settings_and_Configuration

0 commit comments

Comments
 (0)