summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem')
-rw-r--r--gamemode/craftablesystem/misc/stove.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/craftablesystem/misc/stove.lua b/gamemode/craftablesystem/misc/stove.lua
index 14ccf40..4c908af 100644
--- a/gamemode/craftablesystem/misc/stove.lua
+++ b/gamemode/craftablesystem/misc/stove.lua
@@ -27,7 +27,7 @@ COMBI.Req["Wood"] = 15
COMBI.Results = "gms_campfire"
COMBI.Texture = "gms_icons/gms_stove.png"
-COMBI.BuildSiteModel = "models/XQM/Rails/gumball_1.mdl"
+COMBI.BuildSiteModel = "models/hunter/blocks/cube1x1x05.mdl"
GMS.RegisterCombi( COMBI, "Structures" )