diff options
Diffstat (limited to 'gamemode/shared/concommands.lua')
| -rw-r--r-- | gamemode/shared/concommands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/shared/concommands.lua b/gamemode/shared/concommands.lua index b4e844a..64d9a35 100644 --- a/gamemode/shared/concommands.lua +++ b/gamemode/shared/concommands.lua @@ -2,7 +2,7 @@ Various console command helper functions ]] -local fuzzel = include("fuzzel.lua") +local fuzzel = nrequire("fuzzel.lua") local concmd = {} |
