This commit is contained in:
Sam 2016-09-03 20:32:10 +01:00
parent b3212fc003
commit 34ee62bdc3

View File

@ -1135,7 +1135,7 @@ public class QuiverPayload extends TeamGame
@EventHandler
public void onCombatDeath(CombatDeathEvent event)
{
if (event.GetEvent().getEntity() == null || event.GetLog().GetKiller().GetName() == null)
if (event.GetEvent().getEntity() == null || event.GetLog().GetKiller() == null)
{
return;
}