mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Applying a patch that refreshes the Bazaar credit count after purchasing stuff
This commit is contained in:
@@ -205,6 +205,7 @@ public enum FView {
|
|||||||
throw new IllegalArgumentException("FView$getViewBazaar\n"
|
throw new IllegalArgumentException("FView$getViewBazaar\n"
|
||||||
+ "may only be called while the bazaar UI is showing.");
|
+ "may only be called while the bazaar UI is showing.");
|
||||||
}
|
}
|
||||||
|
bazaar.refreshLastInstance();
|
||||||
return FView.this.bazaar;
|
return FView.this.bazaar;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user