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
|
@Deprecated
|
||||||
public boolean isFullyLoaded() {
|
public boolean isFullyLoaded() {
|
||||||
return isSynchronized();
|
return isSessionReady();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void setFullyLoaded() {
|
public void setFullyLoaded() {
|
||||||
markAsSynchronized();
|
this.markSessionReady();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user