Attempt to resolve banning issues (#96)

This commit is contained in:
Telesphoreo
2018-07-25 18:34:40 -07:00
committed by Seth
parent 25aa28194b
commit af777f1a76
3 changed files with 39 additions and 9 deletions

View File

@ -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;
}
}