]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Moving Assault to the mutator API
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 165460eeb2ae3ad678729611f873f927c7f65cb9..6c05b534d18cae4fcb64c40d8c756d74be5fce9e 100644 (file)
@@ -866,13 +866,6 @@ void PutClientInServer (void)
                //stuffcmd(self, "chase_active 0");
                //stuffcmd(self, "set viewsize $tmpviewsize \n");
 
-               if(g_assault) {
-                       if(self.team == assault_attacker_team)
-                               centerprint(self, "You are attacking!");
-                       else
-                               centerprint(self, "You are defending!");
-               }
-
                target_voicescript_clear(self);
 
                // reset fields the weapons may use