From 6b680671683da30b710ec3cbea1f57372a1225da Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 11 Jan 2017 07:34:19 +1000 Subject: [PATCH] Fix type --- qcsrc/common/notifications/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2