ServerTickManager#requestGameToSprint - Silence command like feedback (#12220)
* CraftServerTickManager - silence feedback when sprinting * CraftServerTickManager - forgot secondary note * ServerTickRateManager - only set to silent if not already sprinting
This commit is contained in:
@@ -72,7 +72,7 @@ final class CraftServerTickManager implements ServerTickManager {
|
||||
|
||||
@Override
|
||||
public boolean requestGameToSprint(final int ticks) {
|
||||
return this.manager.requestGameToSprint(ticks);
|
||||
return this.manager.requestGameToSprint(ticks, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user