mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-28 00:55:29 +01:00
Fixed NPE with actionbar
This commit is contained in:
parent
ec418d3afa
commit
6807a5f8f3
@ -329,6 +329,6 @@ public class PlayerClass extends PostLoadObject {
|
||||
}
|
||||
|
||||
public boolean hasActionBar() {
|
||||
return actionBarFormat == null;
|
||||
return actionBarFormat != null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user