diff options
| -rw-r--r-- | lua/entities/info_townieshop/shared.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/entities/info_townieshop/shared.lua b/lua/entities/info_townieshop/shared.lua index 8202b26..80d76a1 100644 --- a/lua/entities/info_townieshop/shared.lua +++ b/lua/entities/info_townieshop/shared.lua @@ -1,7 +1,6 @@ if engine.ActiveGamemode() ~= "sandbox" then return end -ENT.Type = "anim" -ENT.Base = "info_progammable_base" +ENT.Base = "info_programmable_base" ENT.PrintName= "Townie Shopkeep" ENT.Author= "Apickx" |
