diff options
Diffstat (limited to 'lua/autorun')
| -rw-r--r-- | lua/autorun/town.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/autorun/town.lua b/lua/autorun/town.lua index a6f6e87..342ba83 100644 --- a/lua/autorun/town.lua +++ b/lua/autorun/town.lua @@ -93,6 +93,11 @@ local fakes = { CreateInventory = function(name) return {} end + }, + ["sh_skillcommon.lua"] = { + RegisterSkill = function(tbl) + + end } } fakes["core/npc/sv_npcsystem.lua"] = fakes["sv_npcsystem.lua"] |
