Hotfix: SimulatorBaseGui InventoryView

This commit is contained in:
2024-12-01 19:40:07 +01:00
parent 116005c0c9
commit a4d5850555
4 changed files with 13 additions and 1 deletions
@@ -45,4 +45,9 @@ public class TrickyTrialsWrapper21 implements TrickyTrialsWrapper {
public String getInventoryTitle(InventoryView view) {
return view.getTitle();
}
@Override
public void closeInventoryView(InventoryView view) {
view.close();
}
}