Debug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user