Re-enable time path after path playback (fixes #55)

This commit is contained in:
johni0702
2017-01-28 11:44:04 +01:00
parent 64898ce288
commit f7460f9bf5

View File

@@ -311,12 +311,14 @@ public class GuiPathing {
@Override
public void onSuccess(@Nullable Void result) {
overlay.setCloseable(true);
timePath.setActive(true);
}
@Override
public void onFailure(Throwable t) {
t.printStackTrace();
overlay.setCloseable(true);
timePath.setActive(true);
}
});
}