mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fixed Player Already Online
It use to always finalize the player even if it failed with a status
This commit is contained in:
@@ -219,9 +219,8 @@ public final class GameService extends Service {
|
||||
request.session.sendLoginFailure(LoginConstants.STATUS_SERVER_FULL);
|
||||
} else {
|
||||
request.session.sendLoginSuccess(player);
|
||||
finalizePlayerRegistration(player);
|
||||
}
|
||||
|
||||
finalizePlayerRegistration(player);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -272,4 +271,4 @@ public final class GameService extends Service {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user