diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-05 13:26:46 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-05 13:26:46 +0800 |
commit | 5a018f398d2de5351778af35306f387eadcceb68 (patch) | |
tree | ccc18cdb99ded6260dedd45346f2ba21cd0e17de /features/betterGuis/museumGui.js | |
parent | ffe1f69f3ca22579241925f962e3213a8fd26244 (diff) | |
download | SoopyV2-5a018f398d2de5351778af35306f387eadcceb68.tar.gz SoopyV2-5a018f398d2de5351778af35306f387eadcceb68.tar.bz2 SoopyV2-5a018f398d2de5351778af35306f387eadcceb68.zip |
fix
Diffstat (limited to 'features/betterGuis/museumGui.js')
-rw-r--r-- | features/betterGuis/museumGui.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/betterGuis/museumGui.js b/features/betterGuis/museumGui.js index f71cd3e..0faa2f0 100644 --- a/features/betterGuis/museumGui.js +++ b/features/betterGuis/museumGui.js @@ -409,6 +409,8 @@ class MuseumGui { Player.getOpenedInventory().click(50, false, "MIDDLE") })) this.itemsBox.addChild(browserButton) + + this.itemsBox.dirtyFrameBuffer() } } |