dev build

This commit is contained in:
Indyuce 2022-01-21 23:42:35 +01:00
parent f9607c6a4a
commit 34c3b5bf2f

View File

@ -362,6 +362,7 @@ public class MMOCore extends LuminePlugin {
// Clear spawned loot chests // Clear spawned loot chests
lootChests.getActive().forEach(chest -> chest.unregister(false)); lootChests.getActive().forEach(chest -> chest.unregister(false));
} }
/** /**