summaryrefslogtreecommitdiff
path: root/lua/entities
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 18:48:00 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 18:48:00 -0400
commitbc7da556b1bb891982e05bf9d3559a2cd7efe090 (patch)
tree9137488a29d22bbdfca1b96f8d18500acc24a1a3 /lua/entities
parentcb538959f3fc58ae94ff333c558b54f71022d45b (diff)
downloadartery_editor-bc7da556b1bb891982e05bf9d3559a2cd7efe090.tar.gz
artery_editor-bc7da556b1bb891982e05bf9d3559a2cd7efe090.tar.bz2
artery_editor-bc7da556b1bb891982e05bf9d3559a2cd7efe090.zip
hotfix
Diffstat (limited to 'lua/entities')
-rw-r--r--lua/entities/info_huntablespawn/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/entities/info_huntablespawn/init.lua b/lua/entities/info_huntablespawn/init.lua
index 20cac81..7c98380 100644
--- a/lua/entities/info_huntablespawn/init.lua
+++ b/lua/entities/info_huntablespawn/init.lua
@@ -9,7 +9,7 @@ AddCSLuaFile( "shared.lua" )
include("shared.lua")
function ENT:Initialize()
- self:SetModel("models/error.mdl")
+ self:SetModel("models/Combine_Helicopter/helicopter_bomb01.mdl")
self:SetMoveType(MOVETYPE_NONE)
self:SetSolid(SOLID_NONE)
self:SetCollisionGroup(COLLISION_GROUP_INTERACTIVE)