mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Fix mod commands maybe
This commit is contained in:
parent
2f023a55c1
commit
520ca3b159
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ namespace HISP.Game.Chat
|
||||||
return false;
|
return false;
|
||||||
if (!user.Administrator && !user.Moderator)
|
if (!user.Administrator && !user.Moderator)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
string userName = args[0];
|
string userName = args[0];
|
||||||
|
|
Loading…
Add table
Reference in a new issue