Skip to content

Commit f71fa7c

Browse files
Fix CalcOutput call (#3344)
1 parent 5edf11b commit f71fa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/entities/gmod_wire_gate.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function ENT:Think()
101101
local action = selfTbl.Action
102102

103103
if action and action.timed then
104-
selfTbl.CalcOutput(self, selfTbl)
104+
selfTbl.CalcOutput(self, nil, selfTbl)
105105
selfTbl.ShowOutput(self, selfTbl)
106106
self:NextThink(CurTime() + 0.02)
107107

0 commit comments

Comments
 (0)