File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jsmacros-scripts" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.11 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ export class AntiAFK {
9494 if ( ! inv ) return ;
9595
9696 // Filter for "Activity Check" GUI
97- Chat . log ( inv . getContainerTitle ( ) )
98- if ( ! inv . getContainerTitle ( ) . includes ( 'Activity Check' ) ) return ;
97+ if ( ! inv . getRawContainer ( ) . getTitleText ( ) . includes ( 'Activity Check' ) ) return ;
9998
10099 // We assume if the GUI opens and we are enabled, we try to start the check.
101100 // In a real scenario, we should probably check the container name or item name.
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.10 " ,
2+ "version" : " 1.0.11 " ,
33 "title" : " Skyblock" ,
44 "description" : " Macros for hub.mc-complex.com"
55}
You can’t perform that action at this time.
0 commit comments