mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Update PermissionHandler.java
This commit is contained in:
parent
f2c5a916d3
commit
b3b771ee6c
@ -66,7 +66,7 @@ public class PermissionHandler {
|
||||
if (hasWorldPermission(player)) {
|
||||
List<JobProgression> progression = jPlayer.getJobProgression();
|
||||
// calculate new permissions
|
||||
HashMap<String, Boolean> permissions = new HashMap<String, Boolean>();
|
||||
HashMap<String, Boolean> permissions = new HashMap<>();
|
||||
|
||||
if (progression.size() == 0) {
|
||||
Job job = Jobs.getNoneJob();
|
||||
|
Loading…
Reference in New Issue
Block a user