Players able to use team chat to bypassFixed

Players are using teamchat to redeem kits normally locked by WipeKits. Please fix, thanks!

Also, I recieved a notification that WipeKits was updated to 1.2.3 but the site shows no such update.

The exploit can be fixed by changing the first if statement's condition within the function "OnPlayerCommand" from:
if (arg.cmd.FullName.ToLower().Equals("chat.say") == false)
to:
if (!arg.cmd.FullName.ToLower().Equals("chat.say") && !arg.cmd.FullName.ToLower().Equals("chat.teamsay"))

Thanks ^^^
Locked automatically