1
0
mirror of https://github.com/CFC-Servers/chucks_weaponry_2.0.git synced 2025-03-04 03:13:12 -05:00

Merge pull request #15 from CFC-Servers/patch/net-end

Fix typo
This commit is contained in:
legokidlogan 2024-12-23 14:02:06 -05:00 committed by GitHub
commit 82e0567a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ function CustomizableWeaponry.grenadeTypes:setTo(target, network)
if network then if network then
net.Start("CW20_GRENADETYPE") net.Start("CW20_GRENADETYPE")
net.WriteUInt(self.Grenade40MM, 8) net.WriteUInt(self.Grenade40MM, 8)
net.End(self.Owner) net.Send(self.Owner)
end end
end end