Skip to content

Commit bfd7959

Browse files
committed
fix(core): Hooks
1 parent 8dd3e2b commit bfd7959

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Over 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

plugin_files/bin/scripting/0_core.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ globalThis.config = Configuration()
88
globalThis.vgui = VGUI()
99
globalThis.convar = Convars()
1010
globalThis.db = null
11-
globalThis.menus = Menus()
11+
globalThis.menus = Menus()
12+
globalThis.hooks = Hooks()

plugin_files/bin/scripting/0_core.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ config = Configuration()
88
vgui = VGUI()
99
convar = Convars()
1010
db = nil
11-
menus = Menus()
11+
menus = Menus()
12+
hooks = Hooks()

0 commit comments

Comments
 (0)