Add missing match case

This commit is contained in:
Mazo 2020-04-16 22:25:38 +01:00
parent 09a21440f7
commit 886f5b3787

View file

@ -75,6 +75,7 @@ class PlayerControl(player : Player) extends Actor
player.Zone.AvatarEvents ! AvatarServiceMessage(player.Zone.Id, AvatarAction.PlanetsideAttribute(player.GUID, 28, player.Implant(slot).id * 2 + 1)) // Activation sound / effect
player.Zone.AvatarEvents ! AvatarServiceMessage(player.Name, AvatarAction.ActivateImplantSlot(player.GUID, slot))
case _ => ;
}
}
else {