mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-26 01:59:20 +00:00
MPDB Migration Fixes, server shutdown synchronisation fixes and polish
This commit is contained in:
@@ -140,7 +140,7 @@ public class PlayerData implements Serializable {
|
||||
*/
|
||||
public static PlayerData DEFAULT_PLAYER_DATA(UUID playerUUID) {
|
||||
PlayerData data = new PlayerData(playerUUID, "", "", 20,
|
||||
20, 0, 20, 10, 1, 0,
|
||||
20, 20, 20, 10, 1, 0,
|
||||
"", 0, 0, 0, "SURVIVAL",
|
||||
"", false, "", "");
|
||||
data.useDefaultData = true;
|
||||
|
||||
Reference in New Issue
Block a user