mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-04 13:33:42 +08:00
Stop stamina consumption on game pause
This commit is contained in:
committed by
Melledy
Unverified
parent
8e99cb4f35
commit
836e0150b5
@@ -14,7 +14,7 @@ public class HandlerEvtDoSkillSuccNotify extends PacketHandler {
|
||||
EvtDoSkillSuccNotify notify = EvtDoSkillSuccNotify.parseFrom(payload);
|
||||
// TODO: Will be used for deducting stamina for charged skills.
|
||||
|
||||
session.getPlayer().getMovementManager().handleEvtDoSkillSuccNotify(session, notify);
|
||||
session.getPlayer().getStaminaManager().handleEvtDoSkillSuccNotify(session, notify);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user