mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-12 07:59:48 +12:00
fix escape
This commit is contained in:
parent
04c56a669d
commit
2e713f4fd5
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue