Format
This commit is contained in:
parent
0d77a9745e
commit
c2d726e9a6
@ -86,9 +86,13 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final PlayerAuth auth = playerCache.getAuth(name);
|
final PlayerAuth auth = playerCache.getAuth(name);
|
||||||
|
|
||||||
|
// AuthMeReReloaded start - Fix #57
|
||||||
if (isFirstLogin) {
|
if (isFirstLogin) {
|
||||||
auth.setQuitLocation(player.getLocation());
|
auth.setQuitLocation(player.getLocation());
|
||||||
}
|
}
|
||||||
|
// AuthMeReReloaded end - Fix #57
|
||||||
|
|
||||||
teleportationService.teleportOnLogin(player, auth, limbo);
|
teleportationService.teleportOnLogin(player, auth, limbo);
|
||||||
|
|
||||||
// We can now display the join message (if delayed)
|
// We can now display the join message (if delayed)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user