sneakyfix

This commit is contained in:
Mini-Chiss 2014-07-08 17:34:47 -07:00
parent dd0040086d
commit c5e05523d3

View File

@ -96,7 +96,7 @@ public class SneakyAssassins extends SoloGame
}
*/
@EventHandler
@EventHandler(priority = EventPriority.LOW)
public void onPlayerAttackWithSword(CustomDamageEvent event)
{
Player damager = event.GetDamagerPlayer(false);