Fix mod commands maybe

This commit is contained in:
Bluzume 2021-11-28 02:46:33 -05:00
parent 2f023a55c1
commit 520ca3b159

View file

@ -297,7 +297,6 @@ namespace HISP.Game.Chat
return false;
if (!user.Administrator && !user.Moderator)
return false;
try
{
string userName = args[0];