Core/Worldserver: Correct the default comment of HotSwap.EnableReCompiler

* Thanks jackpoz for noticing

(cherry picked from commit 9e43e50fa78ec2e58fa6be52524a3d999f153870)
This commit is contained in:
Naios
2016-04-14 21:30:36 +02:00
parent ea4ac00ac7
commit 48776d9ce9
+2 -2
View File
@@ -1316,8 +1316,8 @@ HotSwap.ScriptDir = "scripts"
# Description: Enables the dynamic script recompiler.
# Watches your script source directories and recompiles the
# script modules on changes.
# Default: 0 - (Disabled)
# 1 - (Enabled)
# Default: 1 - (Enabled)
# 0 - (Disabled)
HotSwap.EnableReCompiler = 1