comments were removed accdenitly

This commit is contained in:
mohammed jasem alaajel 2022-04-13 22:23:15 +04:00
parent 3461bbcd1b
commit df92d15743
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ public abstract class DataManager<P, PL, PD, PS> {
proxyCache.invalidate(uuid);
}
// Invalidate all entries related to this player, since they now lie. (call invalidate(uuid))
public abstract void onPostLogin(PL event);
// Invalidate all entries related to this player, since they now lie. (call invalidate(uuid))
public abstract void onPlayerDisconnect(PD event);
public abstract void onPubSubMessage(PS event);