geforkt von SteamWar/PersistentBungeeCore
Update stuff
Dieser Commit ist enthalten in:
Ursprung
e0e1926674
Commit
75d781abf9
@ -39,7 +39,7 @@ public class Storage {
|
|||||||
|
|
||||||
public static final Set<ProxiedPlayer> fabricPlayers = new HashSet<>();
|
public static final Set<ProxiedPlayer> fabricPlayers = new HashSet<>();
|
||||||
|
|
||||||
public static final Map<ProxiedPlayer, Integer> checkedPlayers = new HashMap<>();
|
public static final Map<ProxiedPlayer, Integer> fabricCheckedPlayers = new HashMap<>();
|
||||||
|
|
||||||
public static final Map<ProxiedPlayer, Long> expectPluginMessage = new HashMap<>();
|
public static final Map<ProxiedPlayer, Long> fabricExpectPluginMessage = new HashMap<>();
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren