fix escape

This commit is contained in:
SilicaAndPina 2021-02-09 22:29:40 +13:00
parent 04c56a669d
commit 2e713f4fd5

View file

@ -125,8 +125,6 @@ namespace HISP.Game.Chat
} }
public static bool Escape(string message, string[] args, User user) public static bool Escape(string message, string[] args, User user)
{ {
if (args.Length <= 0)
return false;
if (!user.Administrator || !user.Moderator) if (!user.Administrator || !user.Moderator)
return false; return false;