Dieser Commit ist enthalten in:
Ursprung
4ff706e1ef
Commit
f6644d8ad8
@ -62,6 +62,7 @@ public abstract class SimulatorBaseGui {
|
||||
player.getOpenInventory().setTitle(title());
|
||||
}
|
||||
populate();
|
||||
inventory.open();
|
||||
return;
|
||||
}
|
||||
|
||||
@ -76,9 +77,9 @@ public abstract class SimulatorBaseGui {
|
||||
SimulatorWatcher.watch(player, null, null);
|
||||
});
|
||||
|
||||
inventory.open();
|
||||
SimulatorWatcher.watch(player, simulator, this::open);
|
||||
populate();
|
||||
inventory.open();
|
||||
}
|
||||
|
||||
private void setup() {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren