mirror of
https://e.coding.net/circlecloud/LuckLottery.git
synced 2025-11-24 21:46:23 +00:00
@@ -89,7 +89,9 @@ public class PlayerData {
|
|||||||
public static void reloadPlayerLottery() {
|
public static void reloadPlayerLottery() {
|
||||||
final Set<String> apl = playerdata.getKeys(false);
|
final Set<String> apl = playerdata.getKeys(false);
|
||||||
for (final String p : apl) {
|
for (final String p : apl) {
|
||||||
loadPlayerLottery(p);
|
if (playerdata.isConfigurationSection(p)) {
|
||||||
|
loadPlayerLottery(p);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user