Fixed typo in logic bridge (bug 5287, r=psychonic).
This commit is contained in:
parent
e75b244cae
commit
32eadc0ea3
@ -62,7 +62,7 @@ IGameHelpers *gamehelpers;
|
||||
|
||||
static void AddCorePhraseFile(const char *filename)
|
||||
{
|
||||
g_pCorePhrases->AddPhraseFile("antiflood.phrases");
|
||||
g_pCorePhrases->AddPhraseFile(filename);
|
||||
}
|
||||
|
||||
static IGameConfig *GetCoreGameConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user