mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-11 01:42:52 +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.
|
// TODO: In MP, respect SotS settings from the host.
|
||||||
boolean isAutoRecoveryEnabled = getIsAutoRecoveryEnabled();
|
boolean isAutoRecoveryEnabled = getIsAutoRecoveryEnabled();
|
||||||
int autoRecoverPercentage = getAutoRecoveryPercentage();
|
int autoRecoverPercentage = getAutoRecoveryPercentage();
|
||||||
Grasscutter.getLogger().warn("isAutoRecoveryEnabled: " + isAutoRecoveryEnabled + "\tautoRecoverPercentage: " + autoRecoverPercentage);
|
Grasscutter.getLogger().debug("isAutoRecoveryEnabled: " + isAutoRecoveryEnabled + "\tautoRecoverPercentage: " + autoRecoverPercentage);
|
||||||
|
|
||||||
if (isAutoRecoveryEnabled) {
|
if (isAutoRecoveryEnabled) {
|
||||||
player.getTeamManager().getActiveTeam().forEach(entity -> {
|
player.getTeamManager().getActiveTeam().forEach(entity -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user