Fixed a few issues with CmdAdmin now being Async
This commit is contained in:
committed by
droppinganvil
parent
a20c2ec2eb
commit
f7619f0685
@@ -32,7 +32,7 @@ public class FPlayerRoleChangeEvent extends FactionPlayerEvent implements Cancel
|
||||
|
||||
@Override
|
||||
public boolean isCancelled() {
|
||||
return false;
|
||||
return cancelled;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user