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

* Thanks jackpoz for noticing
This commit is contained in:
Naios
2016-04-13 17:57:45 +02:00
committed by Aokromes
parent 9eab8427cc
commit 3c4f4a9473

View File

@@ -1285,8 +1285,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