This commit is contained in:
HaHaWTH
2024-03-28 02:32:58 +08:00
parent 70104d73aa
commit 8e9b580745
2 changed files with 5 additions and 7 deletions
@@ -88,9 +88,9 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
final PlayerAuth auth = playerCache.getAuth(name);
// AuthMeReReloaded start - Fix #57
// if (isFirstLogin) {
// auth.setQuitLocation(player.getLocation());
// }
if (isFirstLogin) {
auth.setQuitLocation(player.getLocation());
}
// AuthMeReReloaded end - Fix #57
teleportationService.teleportOnLogin(player, auth, limbo);