From 60e9020724ec1f66a066423a7323523ed92ad323 Mon Sep 17 00:00:00 2001 From: grilledham Date: Fri, 15 Jun 2018 11:35:21 +0100 Subject: [PATCH] fixed bug --- tag_group.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag_group.lua b/tag_group.lua index 2f6673cd..9ef2339e 100644 --- a/tag_group.lua +++ b/tag_group.lua @@ -14,7 +14,7 @@ Global.register( function(data) tag_groups = data.tag_groups player_tags = data.player_tags - no_notify_players = no_notify_players + no_notify_players = data.no_notify_players end )