- Applying a patch that refreshes the Bazaar credit count after purchasing stuff

This commit is contained in:
Sol
2013-01-06 02:19:47 +00:00
parent 92d7039896
commit b34875c2a0

View File

@@ -205,6 +205,7 @@ public enum FView {
throw new IllegalArgumentException("FView$getViewBazaar\n"
+ "may only be called while the bazaar UI is showing.");
}
bazaar.refreshLastInstance();
return FView.this.bazaar;
}