about summary refs log tree commit diff
path: root/src/game/server
diff options
context:
space:
mode:
authorMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-26 19:18:04 +0100
committerMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-26 19:18:04 +0100
commit58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8 (patch)
treed0c86f03ac67f1602fa6b02937f48e0bd7d62dd3 /src/game/server
parent4affc155a906b6091aafc3f9635acc3b8b0aed8a (diff)
downloadzcatch-58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8.tar.gz
zcatch-58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8.zip
initial zCatch/TeeVi commit
Diffstat (limited to 'src/game/server')
-rw-r--r--src/game/server/gamemodes/zcatch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/server/gamemodes/zcatch.cpp b/src/game/server/gamemodes/zcatch.cpp
index 9bf12374..bb6f9ec3 100644
--- a/src/game/server/gamemodes/zcatch.cpp
+++ b/src/game/server/gamemodes/zcatch.cpp
@@ -1,6 +1,7 @@
 /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
 /* If you are missing that file, acquire a complete release at teeworlds.com.                */
 /* zCatch by erd and Teetime                                                                 */
+/* Modified by Teelevision for zCatch/TeeVi, see readme.txt and license.txt.                 */
 
 #include <engine/shared/config.h>
 #include <game/server/gamecontext.h>
@@ -12,7 +13,7 @@
 CGameController_zCatch::CGameController_zCatch(class CGameContext *pGameServer) :
 		IGameController(pGameServer)
 {
-	m_pGameType = "zCatch";
+	m_pGameType = "zCatch/TeeVi";
 	m_OldMode = g_Config.m_SvMode;
 }