summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gamemode/craftablesystem/misc/stove.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/craftablesystem/misc/stove.lua b/gamemode/craftablesystem/misc/stove.lua
index c93c433..14ccf40 100644
--- a/gamemode/craftablesystem/misc/stove.lua
+++ b/gamemode/craftablesystem/misc/stove.lua
@@ -16,6 +16,8 @@ COMBI.BuildSiteModel = "models/props_c17/furniturestove001a.mdl"
GMS.RegisterCombi( COMBI, "Structures" )
/* Campfire */
+local COMBI = {}
+
COMBI.Name = "Campfire"
COMBI.Description = "A fire you can cook things over!"