mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 03:29:55 +08:00
Stop stamina consumption on game pause
This commit is contained in:
committed by
Melledy
Unverified
parent
090b00556b
commit
032db81e07
@@ -557,7 +557,7 @@ public class TeamManager {
|
||||
// return;
|
||||
// }
|
||||
// }
|
||||
player.getMovementManager().stopSustainedStaminaHandler(); // prevent drowning immediately after respawn
|
||||
player.getStaminaManager().stopSustainedStaminaHandler(); // prevent drowning immediately after respawn
|
||||
|
||||
// Revive all team members
|
||||
for (EntityAvatar entity : getActiveTeam()) {
|
||||
|
||||
Reference in New Issue
Block a user