mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
MySQL patch
This commit is contained in:
parent
d4088ddac1
commit
6908cb77c1
@ -189,7 +189,7 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
|
||||
// Adding in Boosts
|
||||
if (storage.containsGroup("boosts")) {
|
||||
for (StorageRow row : storage.getRowsByGroup("boosts")) {
|
||||
if (!row.getItems().containsKey("uuid") || row.get("uuid").asString().equals(""))
|
||||
if (row.getItems().get("uuid").asObject() != null)
|
||||
continue;
|
||||
|
||||
BoostData boostData = new BoostData(
|
||||
|
Loading…
Reference in New Issue
Block a user