1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +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; bossBarToggle.clear();
actionBarToggle = null; actionBarToggle.clear();
f.saveConfig(); f.saveConfig();
} }