mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Fixed a drop table loading issue
This commit is contained in:
parent
6fc5f8f657
commit
ffece79dd2
@ -50,7 +50,7 @@ public class DropTableManager extends MMOManager {
|
||||
|
||||
if (obj instanceof ConfigurationSection) {
|
||||
DropTable table = new DropTable((ConfigurationSection) obj);
|
||||
table.postLoad();
|
||||
Bukkit.getScheduler().runTask(MMOCore.plugin, () -> table.postLoad());
|
||||
return table;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user