mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Attempt to resolve banning issues (#96)
This commit is contained in:
@ -27,7 +27,7 @@ public class Command_unban extends FreedomCommand
|
||||
|
||||
if (entry == null)
|
||||
{
|
||||
msg("Can't find that user.");
|
||||
msg("Can't find that user. If target is not logged in, make sure that you spelled the name exactly.");
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -52,7 +52,6 @@ public class Command_unban extends FreedomCommand
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user