mirror of
https://e.coding.net/circlecloud/LuckLottery.git
synced 2025-11-24 21:46:23 +00:00
@@ -43,7 +43,9 @@ public class PlayerData {
|
|||||||
public static void clearLottery() {
|
public static void clearLottery() {
|
||||||
for (final Entry<String, List<List<String>>> pl : playerLottery.entrySet()) {
|
for (final Entry<String, List<List<String>>> pl : playerLottery.entrySet()) {
|
||||||
final String p = pl.getKey();
|
final String p = pl.getKey();
|
||||||
playerdata.set(p, null);
|
if (p != null && !"".equals(p)) {
|
||||||
|
playerdata.set(p, null);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
playerLottery.clear();
|
playerLottery.clear();
|
||||||
playerdata.save();
|
playerdata.save();
|
||||||
|
|||||||
Reference in New Issue
Block a user