unset gB_StopChatSound at the end of Shavit_PrintChatToAll

This commit is contained in:
rtldg 2021-05-07 06:45:50 +00:00
parent 328f4301aa
commit 9e39689b7a

View File

@ -1786,6 +1786,8 @@ public int Native_PrintToChatAll(Handle plugin, int numParams)
gB_StopChatSound = previousStopChatSound;
}
}
gB_StopChatSound = false;
}
public int Native_PrintToChat(Handle handler, int numParams)