From f3eec826ec35eaa27ee673e29a192d7dd2fb2d82 Mon Sep 17 00:00:00 2001 From: Kyoukawa Meishin Date: Fri, 17 Oct 2025 15:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=A9=E5=AE=B6=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mmlsystem/PlayerExpSystem/PlayerJoinListener.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/mmlsystem/PlayerExpSystem/PlayerJoinListener.java b/src/main/java/com/mmlsystem/PlayerExpSystem/PlayerJoinListener.java index ed88bf4..ba303ca 100644 --- a/src/main/java/com/mmlsystem/PlayerExpSystem/PlayerJoinListener.java +++ b/src/main/java/com/mmlsystem/PlayerExpSystem/PlayerJoinListener.java @@ -28,6 +28,7 @@ public class PlayerJoinListener implements Listener { @EventHandler public void onJoin(PlayerJoinEvent e) { joinTimes.put(e.getPlayer().getUniqueId(), System.currentTimeMillis()); + savePlayer(e.getPlayer()); } @EventHandler