Update weapon_lucabigsteel.lua

Removed duplication, hello?
This commit is contained in:
Sepp Jeremiah Morris
2024-02-13 18:48:52 +01:00
committed by GitHub
parent 61ae945a3d
commit 47c5bfb0b2

View File

@@ -150,9 +150,3 @@ function SWEP:Reload()
self.Weapon:DefaultReload(ACT_VM_RELOAD) self.Weapon:DefaultReload(ACT_VM_RELOAD)
end end
function SWEP:Reload()
self:DefaultReload(ACT_VM_RELOAD)
end