mirror of
https://github.com/MiniDay/HamsterCurrency-Parent.git
synced 2025-08-23 12:45:30 +08:00
feat: 添加数据库日志功能
This commit is contained in:
@@ -33,7 +33,7 @@ public class PlayerData {
|
||||
uuid = UUID.fromString(object.get("uuid").getAsString());
|
||||
if (object.has("playerName")) {
|
||||
playerName = object.get("playerName").getAsString();
|
||||
}else {
|
||||
} else {
|
||||
playerName = ServiceInfoAPI.getPlayerInfo(uuid).getPlayerName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user