2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

comments were removed accdenitly

This commit is contained in:
mohammed jasem alaajel 2022-04-13 22:23:15 +04:00
parent 3461bbcd1b
commit df92d15743

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);