Rename AccountService methods
This commit is contained in:
@@ -4,7 +4,7 @@ package client;
|
||||
* @author Ponk
|
||||
*/
|
||||
public class LoginState {
|
||||
public static final byte NOT_LOGGED_IN = 0;
|
||||
public static final byte NOT_LOGGED_IN = 0; // TODO: rename to LOGGED_OUT
|
||||
public static final byte SERVER_TRANSITION = 1;
|
||||
public static final byte LOGGED_IN = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user