forked from SteamWar/SteamWar
Hotfix: Fix BountifulWrapper9 (hopefully)
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public abstract class SimulatorBaseGui {
|
||||
|
||||
public final void open() {
|
||||
String newTitle = title();
|
||||
String originalTitle = TrickyTrialsWrapper.impl.getInventoryTitle(player.getOpenInventory());
|
||||
String originalTitle = player.getOpenInventory().getTitle();
|
||||
|
||||
if (inv != null && (Core.getVersion() > 19 || newTitle.equals(originalTitle))) {
|
||||
// TODO: Flickering is better but not gone!
|
||||
|
||||
Reference in New Issue
Block a user