Do not expose saving tasks to the api and change the way saving data is handled.
This commit is contained in:
@@ -35,13 +35,7 @@ public interface User {
|
||||
|
||||
boolean allowTeleports();
|
||||
|
||||
void setAllowTeleports(boolean allowTeleports);
|
||||
|
||||
@ApiStatus.Internal
|
||||
boolean saving();
|
||||
|
||||
@ApiStatus.Internal
|
||||
void saving(boolean saving);
|
||||
void allowTeleports(boolean allowTeleports);
|
||||
|
||||
Request request();
|
||||
|
||||
|
||||
@@ -21,4 +21,6 @@ public interface UserManager {
|
||||
|
||||
User createNewUser(UUID uuid);
|
||||
|
||||
void saveAllUsers();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user