From: Mario Date: Tue, 10 Jan 2017 21:34:19 +0000 (+1000) Subject: Fix type X-Git-Tag: xonotic-v0.8.2~300^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6b680671683da30b710ec3cbea1f57372a1225da;p=xonotic%2Fxonotic-data.pk3dir.git Fix type --- diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 9a8188652..22f2006a7 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -631,7 +631,7 @@ string notif_arg_spree_inf(float type, string input, string player, float spree) .string nent_name; .int nent_stringcount; .int nent_floatcount; -.bool nent_teamnum; +.int nent_teamnum; // MSG_ANNCE entity values .int nent_channel;