Skip to content

Commit 6f58ba8

Browse files
committed
0.91.3
1 parent fdcccaf commit 6f58ba8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.91.3
4+
5+
- Fixed map UI not updating when first opening or joining
6+
37
## Version 0.91.2
48

59
- Updated Halloween Location HUD styles

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mousehunt-improved",
3-
"version": "0.91.2",
3+
"version": "0.91.3",
44
"description": "Improve your MouseHunt experience.",
55
"author": "Brad Parbs <brad@bradparbs.com> (https://bradparbs.com/)",
66
"license": "MIT",

src/modules/better-maps/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,12 @@ const init = () => {
517517
enhancePreviewButton();
518518
});
519519

520+
onRequest('board/board.php', () => {
521+
addBlockClasses();
522+
updateMapClasses();
523+
enhancePreviewButton();
524+
});
525+
520526
floatingIslands();
521527
};
522528

0 commit comments

Comments
 (0)