]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug print
authorMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:46:53 +0000 (01:46 +1000)
committerMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:46:53 +0000 (01:46 +1000)
qcsrc/server/spawnpoints.qc

index c004215ab22edbb21b007c4c044e378b252e4072..5ad02707b301e6d87b6a6d1b83bfbc87055e4460 100644 (file)
@@ -14,8 +14,6 @@ bool SpawnPoint_Send(entity this, entity to, int sf)
 {
        WriteByte(MSG_ENTITY, ENT_CLIENT_SPAWNPOINT);
 
-       print("Sending spawnpoint\n");
-
        WriteByte(MSG_ENTITY, self.team);
        WriteShort(MSG_ENTITY, self.origin.x);
        WriteShort(MSG_ENTITY, self.origin.y);