We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69d132 commit 6902671Copy full SHA for 6902671
lua/entities/gmod_wire_balloondeployer.lua
@@ -145,5 +145,5 @@ function ENT:PrepareOverlayData()
145
self:SetOverlayText("Deployed = " .. (self.Deployed and "yes" or "no"))
146
end
147
148
-duplicator.RegisterEntityClass("gmod_wire_balloondeployer", WireLib.MakeWireEnt, "Data")
+duplicator.RegisterEntityClass("gmod_wire_balloondeployer", WireLib.MakeWireEnt, "Data", "Force", "Length", "Weld", "Popable", "BallonType")
149
scripted_ents.Alias("sent_deployableballoons", "gmod_wire_balloondeployer")
0 commit comments