mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-09 00:20:26 +00:00
comments were removed accdenitly
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user