mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 22:32:58 +08:00
Merge branch 'development' of https://github.com/Grasscutters/Grasscutter into development
This commit is contained in:
commit
000b10983b
@ -75,7 +75,7 @@ public class SotSManager {
|
||||
// TODO: In MP, respect SotS settings from the host.
|
||||
boolean isAutoRecoveryEnabled = getIsAutoRecoveryEnabled();
|
||||
int autoRecoverPercentage = getAutoRecoveryPercentage();
|
||||
Grasscutter.getLogger().warn("isAutoRecoveryEnabled: " + isAutoRecoveryEnabled + "\tautoRecoverPercentage: " + autoRecoverPercentage);
|
||||
Grasscutter.getLogger().debug("isAutoRecoveryEnabled: " + isAutoRecoveryEnabled + "\tautoRecoverPercentage: " + autoRecoverPercentage);
|
||||
|
||||
if (isAutoRecoveryEnabled) {
|
||||
player.getTeamManager().getActiveTeam().forEach(entity -> {
|
||||
|
Loading…
Reference in New Issue
Block a user