diff --git a/Server/src/main/kotlin/rs09/auth/LoginResponse.kt b/Server/src/main/kotlin/rs09/auth/LoginResponse.kt deleted file mode 100644 index 16d8689d8..000000000 --- a/Server/src/main/kotlin/rs09/auth/LoginResponse.kt +++ /dev/null @@ -1,27 +0,0 @@ -package rs09.auth - -enum class LoginResponse { - UnexpectedError, - CouldNotAd, - Success, - InvalidCredentials, - AccountDisabled, - AlreadyOnline, - Updated, - FullWorld, - LoginServerOffline, - LoginLimitExceeded, - BadSessionID, - WeakPassword, - MembersWorld, - CouldNotLogin, - Updating, - TooManyIncorrectLogins, - StandingInMembersArea, - AccountLocked, - ClosedBeta, - InvalidLoginServer, - MovingWorld, - ErrorLoadingProfile, - BannedUser -}