From: Mario Date: Wed, 14 Oct 2015 15:46:53 +0000 (+1000) Subject: Remove debug print X-Git-Tag: xonotic-v0.8.2~1801^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=98ce2de56169c41e8a10280031fd11d15aa8f41b;p=xonotic%2Fxonotic-data.pk3dir.git Remove debug print --- diff --git a/qcsrc/server/spawnpoints.qc b/qcsrc/server/spawnpoints.qc index c004215ab..5ad02707b 100644 --- a/qcsrc/server/spawnpoints.qc +++ b/qcsrc/server/spawnpoints.qc @@ -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);