Skip to content

Commit

Permalink
Thanks Chloe for this bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Dec 28, 2024
1 parent c0974d2 commit 0f7d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/resource_node/init.lua
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ function ENT:Initialize()
self:SetSolid(SOLID_VPHYSICS)
self.netid = CAF.GetAddon("Resource Distribution").CreateNetwork(self)
self:SetNWInt("netid", self.netid)
self:SetNWInt("overlaymode", 2)
self:SetNWInt("overlaymode", 1)
self.range = self.range or 512
self:SetNWInt("range", self.range)
end

0 comments on commit 0f7d94a

Please sign in to comment.