forked from Upstream/mmocore
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) {
|
if (obj instanceof ConfigurationSection) {
|
||||||
DropTable table = new DropTable((ConfigurationSection) obj);
|
DropTable table = new DropTable((ConfigurationSection) obj);
|
||||||
table.postLoad();
|
Bukkit.getScheduler().runTask(MMOCore.plugin, () -> table.postLoad());
|
||||||
return table;
|
return table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user