tests: improved load tests (improved progress bar, added effects stats)

This commit is contained in:
Oleg Agafonov 2025-02-04 11:41:42 +04:00
parent f5b901beb4
commit 3405b51aaf
7 changed files with 55 additions and 24 deletions

View file

@ -3547,11 +3547,6 @@ public abstract class GameImpl implements Game {
}
protected void removeCreaturesFromCombat() {
//20091005 - 511.3
getCombat().endCombat(this);
}
@Override
public ContinuousEffects getContinuousEffects() {
return state.getContinuousEffects();
@ -3694,6 +3689,11 @@ public abstract class GameImpl implements Game {
return this.totalErrorsCount.get();
}
@Override
public int getTotalEffectsCount() {
return this.getContinuousEffects().getTotalEffectsCount();
}
@Override
public void cheat(UUID ownerId, Map<Zone, String> commands) {
if (commands != null) {