X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qh;h=b20a8af93cdd5a72539e334adaefabf7b47ae3ac;hp=bc4a60e1a88d5f55d7688e0b5756d2f06329d885;hb=139a594d29f65508e5d6001e90d4ee4fad82ca66;hpb=1a372e06c983260b7dbecd6af83f5af78bb945e7 diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index bc4a60e1a..b20a8af93 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -98,7 +98,7 @@ CLASS(Client, Object) ATTRIB(Client, zoomstate, bool, this.zoomstate); ATTRIB(Client, just_joined, bool, this.just_joined); ATTRIB(Client, race_completed, bool, this.race_completed); - ATTRIBARRAY(Client, msg_choice_choices, int, 50); // TODO: actually NOTIF_CHOICE_MAX + ATTRIBARRAY(Client, msg_choice_choices, int, 20); // TODO: actually NOTIF_CHOICE_MAX ATTRIB(Client, latency_sum, float, this.latency_sum); ATTRIB(Client, latency_cnt, int, this.latency_cnt); ATTRIB(Client, latency_time, float, this.latency_time);