Fix NPE
This commit is contained in:
parent
b3212fc003
commit
34ee62bdc3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user