Skip to content

Commit e9b3baf

Browse files
committed
chore: uncomment updateScript method execution
1 parent d5fb4ef commit e9b3baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skyblock/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { updateScript } from '../libs/Updater';
2-
// updateScript(file.getAbsolutePath(), 'jayc331/JSMacros-Scripts', './config/jayc331-config.json');
2+
updateScript(file.getAbsolutePath(), 'jayc331/JSMacros-Scripts', './config/jayc331-config.json');
33

44
import Config from '../libs/Config';
55
import { AntiAFK } from './AntiAFK';

0 commit comments

Comments
 (0)