added DS's patch from amb1179

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401737
This commit is contained in:
David Anderson 2007-11-27 22:50:52 +00:00
parent c92048fefb
commit 34b7563160

View File

@ -41,7 +41,7 @@
} }
inline void InsertServerCommand(const char *buf) inline void InsertServerCommand(const char *buf)
{ {
engine->ServerCommand(buf); engine->InsertServerCommand(buf);
} }
#else #else
class CCommand class CCommand