]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oh wait, haha
authorFruitieX <fruitiex@gmail.com>
Mon, 11 Apr 2011 18:44:36 +0000 (21:44 +0300)
committerFruitieX <fruitiex@gmail.com>
Mon, 11 Apr 2011 18:44:36 +0000 (21:44 +0300)
qcsrc/client/Main.qc

index 38025a56525d252ff46e4e320927582a4c19d98b..929a775b2b897d2fd338a245e3beb3fb0f455751 100644 (file)
@@ -928,8 +928,6 @@ void Ent_ShowNames()
         playerslots[the_entnum].armorvalue = ReadByte();
         print("Updated health/armor = ", ftos(playerslots[the_entnum].health), "/", ftos(playerslots[the_entnum].health), " for player # ", ftos(the_entnum), "\n");
     }
-    if(sf & 4)
-        playerslots[the_entnum].netname = ReadString();
 
     /*
     string thename;