From eb5fee2665fe6fd2fb9ad3a1ad5eb37ac53d377b Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Fri, 23 Jan 2009 16:38:09 +0100 Subject: *More cleanups --HG-- branch : trunk --- src/game/Level3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Level3.cpp') 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; } -- cgit v1.2.3