Update sv_rounds.lua

This commit is contained in:
Daniel 2020-06-13 01:26:42 +09:30 committed by GitHub
parent 8821b9a346
commit 1f702fe049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ function GM:EndRound(reason)
// get hunter with most kills
if ply.HunterKills > killsAmo then
killsAmo = ply.PropDmgPenalty
killsAmo = ply.HunterKills
killsPly = ply
end
else
@ -374,4 +374,4 @@ end
function PlayerMeta:GetScore()
return self:GetNWInt("MelonScore") or 0
end
end