mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
comments were removed accdenitly
This commit is contained in:
parent
3461bbcd1b
commit
df92d15743
@ -148,9 +148,9 @@ public abstract class DataManager<P, PL, PD, PS> {
|
|||||||
proxyCache.invalidate(uuid);
|
proxyCache.invalidate(uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Invalidate all entries related to this player, since they now lie. (call invalidate(uuid))
|
||||||
public abstract void onPostLogin(PL event);
|
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 onPlayerDisconnect(PD event);
|
||||||
|
|
||||||
public abstract void onPubSubMessage(PS event);
|
public abstract void onPubSubMessage(PS event);
|
||||||
|
Loading…
Reference in New Issue
Block a user