mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-01-22 07:31:30 +01:00
Fix for saving boosts.
This commit is contained in:
parent
8e66ffa758
commit
ad43af14ae
@ -277,7 +277,7 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
|
||||
// Adding in Boosts
|
||||
if (storage.containsGroup("boosts")) {
|
||||
for (StorageRow row : storage.getRowsByGroup("boosts")) {
|
||||
if (row.getItems().get("uuid").asObject() != null)
|
||||
if (row.get("uuid").asObject() == null)
|
||||
continue;
|
||||
|
||||
BoostData boostData = new BoostData(
|
||||
|
Loading…
Reference in New Issue
Block a user