From f72914330f3bf45a0ac2ef43460fd4c266de44ba Mon Sep 17 00:00:00 2001 From: Dogan Date: Mon, 10 Jun 2019 17:16:33 +0200 Subject: [PATCH] ZombieManager: oops --- ZombieManager/scripting/ZombieManager.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZombieManager/scripting/ZombieManager.sp b/ZombieManager/scripting/ZombieManager.sp index b0cf1812..71fc73f5 100644 --- a/ZombieManager/scripting/ZombieManager.sp +++ b/ZombieManager/scripting/ZombieManager.sp @@ -73,9 +73,9 @@ public Action OnPlayerTeam(Event event, const char[] name, bool dontBroadcast) int client = GetClientOfUserId(GetEventInt(event, "userid")); if(g_bMotherZM[client]) - { + { g_bMotherZM[client] = false; - } + } } public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int client)