mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-11-18 06:24:17 +01:00
Fixed usage of non existing method
This commit is contained in:
parent
ab7e60879b
commit
ce255f555b
@ -1532,12 +1532,12 @@ public class PlayerData extends SynchronizedDataHolder implements OfflinePlayerD
|
||||
|
||||
@Deprecated
|
||||
public boolean isFullyLoaded() {
|
||||
return isSynchronized();
|
||||
return isSessionReady();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void setFullyLoaded() {
|
||||
markAsSynchronized();
|
||||
this.markSessionReady();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
||||
Loading…
Reference in New Issue
Block a user