]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Move ClientKill code into its own file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index 2d3a099b3988bc715589d9f5018fd310be1fc7f6..efb61a436d8db7021028b58c8b60424b6bdfb67a 100644 (file)
@@ -274,8 +274,6 @@ void FixPlayermodel(entity player);
 
 void ClientInit_misc(entity this);
 
-void ClientKill_TeamChange(entity this, float targetteam);  // 0 = don't change, -1 = auto, -2 = spec
-
 bool joinAllowed(entity this);
 void Join(entity this);