From 3c7adc6a7fe8573341474d367c164ebf34005c1f Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 13 Feb 2011 13:06:19 +0100 Subject: fixed nethash --- src/game/server/gamecontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/gamecontext.cpp') diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index cffa2f9e..885f6eb3 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -1133,4 +1133,4 @@ void CGameContext::OnPostSnap() const char *CGameContext::Version() { return GAME_VERSION; } const char *CGameContext::NetVersion() { return GAME_NETVERSION; } -IGameServer *CreateGameServer() { return new CGameContext; } \ No newline at end of file +IGameServer *CreateGameServer() { return new CGameContext; } -- cgit 1.4.1