Debug
This commit is contained in:
parent
aa3e56f98f
commit
70104d73aa
@ -88,9 +88,9 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
|
|||||||
final PlayerAuth auth = playerCache.getAuth(name);
|
final PlayerAuth auth = playerCache.getAuth(name);
|
||||||
|
|
||||||
// AuthMeReReloaded start - Fix #57
|
// AuthMeReReloaded start - Fix #57
|
||||||
if (isFirstLogin) {
|
// if (isFirstLogin) {
|
||||||
auth.setQuitLocation(player.getLocation());
|
// auth.setQuitLocation(player.getLocation());
|
||||||
}
|
// }
|
||||||
// AuthMeReReloaded end - Fix #57
|
// AuthMeReReloaded end - Fix #57
|
||||||
|
|
||||||
teleportationService.teleportOnLogin(player, auth, limbo);
|
teleportationService.teleportOnLogin(player, auth, limbo);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user