remove empty onDamage function

This commit is contained in:
NullBite 2022-03-16 09:16:05 -04:00
parent da194701f9
commit 8f996c4dd0
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -93,10 +93,6 @@ function ping.setArmor(enabled)
end
-- }}}
-- does not work on multiplayer, use ping.oof()
function onDamage(amount, source)
end
-- Timer (not mine lol) -- {{{
do
local timers = {}