1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-04 23:37:49 +01:00

Maps can't be null here... Clear action is more then enough.

This commit is contained in:
Zrips 2019-08-16 17:12:15 +03:00
parent cb1583790c
commit 75d41356d1

View File

@ -68,8 +68,8 @@ public class ToggleBarHandling {
}
}
bossBarToggle = null;
actionBarToggle = null;
bossBarToggle.clear();
actionBarToggle.clear();
f.saveConfig();
}