]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Move netname_previous out of ClientState (possible fix for IRC bots showing a name...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index 2282c09cbb1cafd54e3a667886430b98b554c342..71df6e98c654e9d8d3488fa2a97fc0e0b77a937e 100644 (file)
@@ -87,7 +87,6 @@ CLASS(Client, Object)
     ATTRIB(Client, jointime, float, this.jointime);
     ATTRIB(Client, spectatortime, float, this.spectatortime);
     ATTRIB(Client, version_nagtime, float, this.version_nagtime);
-    ATTRIB(Client, netname_previous, string, this.netname_previous);
     ATTRIB(Client, allowed_timeouts, int, this.allowed_timeouts);
     ATTRIB(Client, active_minigame, entity, this.active_minigame);
     ATTRIB(Client, taunt_soundtime, float, this.taunt_soundtime);