File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
plugin_files/bin/scripting Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33Over here will be noted all the update change logs.
44
5+ ## v1.6.13 - [ Release] ( https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.13 )
6+
7+ ### Hooks
8+
9+ - Hook variable not existing
10+
511## v1.6.12 - [ Release] ( https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.12 )
612
713### Automation
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ globalThis.config = Configuration()
88globalThis . vgui = VGUI ( )
99globalThis . convar = Convars ( )
1010globalThis . db = null
11- globalThis . menus = Menus ( )
11+ globalThis . menus = Menus ( )
12+ globalThis . hooks = Hooks ( )
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ config = Configuration()
88vgui = VGUI ()
99convar = Convars ()
1010db = nil
11- menus = Menus ()
11+ menus = Menus ()
12+ hooks = Hooks ()
You can’t perform that action at this time.
0 commit comments