mirror of
https://github.com/songoda/EpicFurnaces.git
synced 2025-02-25 07:51:19 +01:00
Fix table name
This commit is contained in:
parent
d95afa70bb
commit
80124b12c2
@ -230,7 +230,7 @@ public class EpicFurnaces extends SongodaPlugin {
|
||||
|
||||
this.dataManager.loadBatch(Furnace.class, "active_furnaces").forEach((furnace) -> {
|
||||
this.furnaceManager.addFurnace((Furnace) furnace);
|
||||
this.boostManager.addBoosts(this.dataManager.loadBatch(BoostData.class, "boosts"));
|
||||
this.boostManager.addBoosts(this.dataManager.loadBatch(BoostData.class, "boosted_players"));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user