This commit is contained in:
HaHaWTH 2024-03-25 03:48:09 +08:00
parent 0d77a9745e
commit c2d726e9a6

View File

@ -86,9 +86,13 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
}
final PlayerAuth auth = playerCache.getAuth(name);
// AuthMeReReloaded start - Fix #57
if (isFirstLogin) {
auth.setQuitLocation(player.getLocation());
}
// AuthMeReReloaded end - Fix #57
teleportationService.teleportOnLogin(player, auth, limbo);
// We can now display the join message (if delayed)