Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
dfee01cbb8
Commit
9c49481907
@ -39,7 +39,7 @@ import java.util.*;
|
|||||||
public class BauGUI {
|
public class BauGUI {
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private static final HashMap<Integer, BauGuiItem> ITEMS = new HashMap<>();
|
private static final Map<Integer, BauGuiItem> ITEMS = new HashMap<>();
|
||||||
|
|
||||||
private static final Set<Player> OPEN_INVS = new HashSet<>();
|
private static final Set<Player> OPEN_INVS = new HashSet<>();
|
||||||
private static boolean updating = false;
|
private static boolean updating = false;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren