Fix players being marked as an impostor when the Discord verification system is disabled

This commit is contained in:
2020-11-08 20:05:54 -06:00
parent 11984bc46f
commit 9a7cc52e03
3 changed files with 6 additions and 5 deletions

View File

@ -33,7 +33,7 @@ public class Command_manuallyverify extends FreedomCommand
return true;
}
if (!plugin.pl.isImposter(player))
if (!plugin.pl.IsImpostor(player))
{
msg("That player is not an impostor.");
return true;