Fixed a few issues with CmdAdmin now being Async

This commit is contained in:
DroppingAnvil
2020-01-15 16:01:32 -06:00
committed by droppinganvil
parent a20c2ec2eb
commit f7619f0685
2 changed files with 16 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ public class FPlayerRoleChangeEvent extends FactionPlayerEvent implements Cancel
@Override
public boolean isCancelled() {
return false;
return cancelled;
}
@Override