diff options
| author | oy <Tom_Adams@web.de> | 2010-08-07 00:01:43 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-07 00:01:43 +0200 |
| commit | 3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef (patch) | |
| tree | f928fc310846604ce6a8705cfb06a53bc1cbf58e /src/engine/client/client.h | |
| parent | cac5554bdbb3fe010d591bb81d6c258dcfdbf7ac (diff) | |
| download | zcatch-3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef.tar.gz zcatch-3f0ff1fb1404efcb312a6bfcef0beb4b6a0d92ef.zip | |
removed ServerDummy function cause it isn't needed anymore(actual console separates client and server commands) and added two missing server commands to the tab completion
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index c7174f85..9698abbb 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -280,7 +280,6 @@ public: static void Con_Play(IConsole::IResult *pResult, void *pUserData); static void Con_Record(IConsole::IResult *pResult, void *pUserData); static void Con_StopRecord(IConsole::IResult *pResult, void *pUserData); - static void Con_ServerDummy(IConsole::IResult *pResult, void *pUserData); void RegisterCommands(); |