X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qh;h=996a68f62bee41250d6508e489f83c73d3752a9b;hp=5fc5422c63f7e55e5d4316f1a91fad7f3b0bdce5;hb=18bd49fa931fff143ba3cfff468774aea65bd882;hpb=de259860fa1e9840736aa2d6bc5d5f779cbdf06e diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 5fc5422c63..996a68f62b 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -64,7 +64,6 @@ bool autocvar_sv_showspectators; .float jointime; // time of connecting .float startplaytime; // time of switching from spectator to player .float alivetime; // time of being alive -.float motd_actived_time; // used for both motd and campaign_message .bool wasplayer; @@ -159,7 +158,6 @@ CLASS(Client, Object) ATTRIB(Client, teamkill_soundtime, float, this.teamkill_soundtime); ATTRIB(Client, teamkill_soundsource, entity, this.teamkill_soundsource); ATTRIB(Client, usekeypressed, bool, this.usekeypressed); - ATTRIB(Client, motd_actived_time, float, this.motd_actived_time); ATTRIB(Client, jointime, float, this.jointime); ATTRIB(Client, spectatortime, float, this.spectatortime); ATTRIB(Client, startplaytime, float, this.startplaytime);