diff options
author | Blaymoira <none@none> | 2009-01-23 16:38:09 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-23 16:38:09 +0100 |
commit | eb5fee2665fe6fd2fb9ad3a1ad5eb37ac53d377b (patch) | |
tree | 4126b1fb5c7483a57c0d632c2eeda9403dc194d4 /src/game/Level3.cpp | |
parent | 946e3b55f1bfd9c77705dc2542a185b7051e7250 (diff) |
*More cleanups
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index c7289269540..7e7228f5885 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -1089,7 +1089,7 @@ bool ChatHandler::HandleLoadScriptsCommand(const char* args) { if(!LoadScriptingModule(args)) return true; - sWorld.SendWorldText(LANG_SCRIPTS_RELOADED); + sWorld.SendGMText(LANG_SCRIPTS_RELOADED); return true; } |