This commit is contained in:
HaHaWTH
2024-03-25 02:33:05 +08:00
parent 4d65dd2a3a
commit b40df54c9a
2 changed files with 3 additions and 1 deletions
@@ -274,6 +274,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
auth.setRealName(player.getName());
auth.setLastLogin(System.currentTimeMillis());
auth.setLastIp(ip);
auth.setQuitLocation(player.getLocation());
dataSource.updateSession(auth);
// TODO: send an update when a messaging service will be implemented (SESSION)