mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 08:15:29 +00:00
parent
a05cf09c2e
commit
632419dbc3
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