File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212
1313 - name : Setup XMake
1414 uses : xmake-io/github-action-setup-xmake@v1
15-
16- - name : Cache
17- uses : actions/cache@v4
18- with :
19- path : |
20- ~/AppData/Local/.xmake
21- key : xmake-${{ hashFiles('xmake.lua') }}
22- restore-keys : |
23- xmake-
2415
2516 - name : Update Repo
2617 run : xmake repo -u
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ struct GMSidebar::Impl {
7777
7878 mListener = ll::event::EventBus::getInstance ().emplaceListener <ll::event::PlayerDisconnectEvent>(
7979 [&](ll::event::PlayerDisconnectEvent& event) -> void {
80- mPlayerSidebarEnabled .erase (event.self ().getUuid ());
80+ mPlayerCache .erase (event.self ().getUuid ());
8181 }
8282 );
8383 }
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " github.com/GroupMountain/GMSidebar" ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "info" : {
66 "name" : " GMSidebar" ,
77 "description" : " High Performance Sidebar Mod" ,
You can’t perform that action at this time.
0 commit comments