X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fnotifications.qc;h=a5a2ff445e60d376463d1265af9ba19657cd5575;hp=e2a74bded137fa17e02df2ceecc4b7e017cf8a06;hb=06953d7d1a40e2ee6dd389ae50b20ef9c7f75557;hpb=5ef73b06fe1ba3805d8fc5b58a27a52627f53671 diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index e2a74bded1..a5a2ff445e 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -2029,7 +2029,7 @@ void Send_Notification( #define RECURSE_FROM_CHOICE(ent,action) \ if(notif.nent_challow_var && (warmup_stage || (notif.nent_challow_var == 2))) \ { \ - switch(ent.msg_choice_choices[net_name]) \ + switch(ent.msg_choice_choices[net_name - 1]) \ { \ case 1: found_choice = notif.nent_optiona; break; \ case 2: found_choice = notif.nent_optionb; break; \