mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-11 22:44:37 +00:00
Retrigger CI pipeline
This commit is contained in:
parent
d768b3d62c
commit
a05cf09c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class PlayerControl(player : Player) extends Actor
|
||||||
private [this] val log = org.log4s.getLogger(player.Name)
|
private [this] val log = org.log4s.getLogger(player.Name)
|
||||||
private [this] val damageLog = org.log4s.getLogger(Damageable.LogChannel)
|
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)
|
val implantSlotStaminaDrainTimers = mutable.HashMap(0 -> DefaultCancellable.obj, 1 -> DefaultCancellable.obj, 2 -> DefaultCancellable.obj)
|
||||||
|
|
||||||
def receive : Receive = jammableBehavior
|
def receive : Receive = jammableBehavior
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue