mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
Fix missing commit
This commit is contained in:
parent
ad1b687f07
commit
59178a63fd
1 changed files with 0 additions and 4 deletions
|
@ -285,10 +285,6 @@ public class LibsDisguises extends JavaPlugin {
|
||||||
public void onDisable() {
|
public void onDisable() {
|
||||||
DisguiseUtilities.saveDisguises();
|
DisguiseUtilities.saveDisguises();
|
||||||
|
|
||||||
for (Player player : Bukkit.getOnlinePlayers()) {
|
|
||||||
DisguiseUtilities.removeSelfDisguiseScoreboard(player);
|
|
||||||
}
|
|
||||||
|
|
||||||
reloaded = true;
|
reloaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue