Skip to content

Commit 6902671

Browse files
committed
Readd duplicator args
1 parent a69d132 commit 6902671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/entities/gmod_wire_balloondeployer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ function ENT:PrepareOverlayData()
145145
self:SetOverlayText("Deployed = " .. (self.Deployed and "yes" or "no"))
146146
end
147147

148-
duplicator.RegisterEntityClass("gmod_wire_balloondeployer", WireLib.MakeWireEnt, "Data")
148+
duplicator.RegisterEntityClass("gmod_wire_balloondeployer", WireLib.MakeWireEnt, "Data", "Force", "Length", "Weld", "Popable", "BallonType")
149149
scripted_ents.Alias("sent_deployableballoons", "gmod_wire_balloondeployer")

0 commit comments

Comments
 (0)