Revert "Retrigger CI pipeline"

This reverts commit a05cf09c2e.
This commit is contained in:
Mazo 2020-04-16 17:48:54 +01:00
parent a05cf09c2e
commit 632419dbc3

View file

@ -39,7 +39,7 @@ class PlayerControl(player : Player) extends Actor
private [this] val log = org.log4s.getLogger(player.Name)
private [this] val damageLog = org.log4s.getLogger(Damageable.LogChannel)
// A collection of timers for each slot to trigger stamina drain on an interval
// A collection of timers for each slot to trigger stamina drain on an interval
val implantSlotStaminaDrainTimers = mutable.HashMap(0 -> DefaultCancellable.obj, 1 -> DefaultCancellable.obj, 2 -> DefaultCancellable.obj)
def receive : Receive = jammableBehavior