Fixed data bug

This commit is contained in:
Auxilor
2023-05-18 14:33:14 +01:00
parent 095494dd2e
commit 4f406353ba
10 changed files with 45 additions and 47 deletions

View File

@@ -401,15 +401,6 @@ public interface Eco {
@NotNull
ServerProfile getServerProfile();
/**
* Unload a player profile from memory.
* <p>
* This will not save the profile first.
*
* @param uuid The uuid.
*/
void unloadPlayerProfile(@NotNull UUID uuid);
/**
* Create dummy entity - never spawned, exists purely in code.
*