File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments