diff --git a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java index d56649b4..591fa9b7 100644 --- a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java +++ b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java @@ -154,13 +154,13 @@ public class AsynchronousJoin implements AsynchronousProcess { // Groups logic Utils.setGroup(player, GroupType.UNREGISTERED); - teleportationService.teleportOnJoin(player); // Skip if registration is optional if (!service.getProperty(RegistrationSettings.FORCE)) { return; } + teleportationService.teleportOnJoin(player); } // The user is not logged in