diff options
| author | oy <Tom_Adams@web.de> | 2010-06-18 20:32:52 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-06-18 20:32:52 +0200 |
| commit | ea64b0d7b361308d3b3737ecbac724856bfddda4 (patch) | |
| tree | dab4a10f455ef2916969fe2d8e17fa690fa543e8 /src/engine/client | |
| parent | a5bc567e84902d55fe1f2eec9df621d984a0d808 (diff) | |
| download | zcatch-ea64b0d7b361308d3b3737ecbac724856bfddda4.tar.gz zcatch-ea64b0d7b361308d3b3737ecbac724856bfddda4.zip | |
made the console use the flagmask when looking for command (FindCommand) and removed double "No such command" console message
Diffstat (limited to 'src/engine/client')
| -rw-r--r-- | src/engine/client/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 881f06d8..eae5ef3a 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -1964,7 +1964,7 @@ int main(int argc, const char **argv) // ignore_convention m_Client.RegisterInterfaces(); // create the components - IConsole *pConsole = CreateConsole(); + IConsole *pConsole = CreateConsole(CFGFLAG_CLIENT); IStorage *pStorage = CreateStorage("Teeworlds", argv[0]); // ignore_convention IConfig *pConfig = CreateConfig(); IEngineGraphics *pEngineGraphics = CreateEngineGraphics(); |