so many fix
This commit is contained in:
parent
c5e05523d3
commit
bd6b9b8888
@ -103,6 +103,9 @@ public class SneakyAssassins extends SoloGame
|
||||
if (damager == null)
|
||||
return;
|
||||
|
||||
if (!IsAlive(damager))
|
||||
return;
|
||||
|
||||
if (damager.getItemInHand() == null)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user