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