Skip to content

Commit 2847019

Browse files
committed
Spawn items above table
1 parent 7fd288b commit 2847019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/entities/ucs_table/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ local function StartAutomate( len, ply )
149149
hook.Run( "UCS_OnCrafted", self, ply, recipe, e )
150150
else
151151
local e = ents.Create( item )
152-
e:SetPos( self:GetPos() + Vector( 0, 0, -5 ) )
152+
e:SetPos( self:GetPos() + Vector( 0, 0, 15 ) )
153153
e:Spawn()
154154
e:Activate()
155155
self:EmitSound( tbl.CraftSound or "ambient/machines/catapult_throw.wav" )

0 commit comments

Comments
 (0)