feat: 添加数据库日志功能

This commit is contained in:
2023-08-04 19:33:33 +08:00
parent 0cadbd2ca3
commit d7e477dd3f
19 changed files with 193 additions and 59 deletions

View File

@@ -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();
}