diff options
| author | Antonio MartÃn Berti <15972392+BertiRean@users.noreply.github.com> | 2024-06-03 19:44:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 00:44:22 +0200 |
| commit | 3fd967754388b7b859dbd8b954ec68a844e172f0 (patch) | |
| tree | 447c456bc9cad7e35c54ae4c5de937a478a7beac /src/server/worldserver | |
| parent | 18fd59d965694b5cd0f62c011875a5d8beaac7e2 (diff) | |
Core/Misc: Added Loading.Locales to enable/disable the load of locales (#30013)
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 4de9747b876..b8a3392e9fd 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -41,6 +41,7 @@ # PACKET SPOOF PROTECTION SETTINGS # METRIC SETTINGS # PVP SETTINGS +# LOAD SETTINGS # ################################################################################################### @@ -4423,3 +4424,18 @@ Pvp.FactionBalance.Pct20 = 0.8 # ################################################################################################### + +################################################################################################### +# LOAD SETTINGS +# +# These settings control content loading +# +# Load.Locales +# Description: Toggles the loading of Locales. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +Load.Locales = 1 + +# +################################################################################################### |
