From 39539757cf5667dbaa1053beb29f667fe46a3a5e Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Thu, 24 May 2012 15:59:34 +0100 Subject: [PATCH] Fixed typo in logic bridge (bug 5287, r=psychonic). --- core/logic/common_logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/logic/common_logic.cpp b/core/logic/common_logic.cpp index b0dd81c8..f2540196 100644 --- a/core/logic/common_logic.cpp +++ b/core/logic/common_logic.cpp @@ -62,7 +62,7 @@ IGameHelpers *gamehelpers; static void AddCorePhraseFile(const char *filename) { - g_pCorePhrases->AddPhraseFile("antiflood.phrases"); + g_pCorePhrases->AddPhraseFile(filename); } static IGameConfig *GetCoreGameConfig()