Long combat movement update warning threshold from 30ms to 50ms

This commit is contained in:
dam 2026-05-06 22:26:30 +03:00
parent d7c03670c6
commit 870534be54
No known key found for this signature in database
GPG key ID: 4AF4E722399663FB

View file

@ -172,7 +172,7 @@ class MajorUpdateWorker {
}
companion object {
private const val LONG_COMBAT_MOVEMENT_MS = 30L
private const val LONG_COMBAT_MOVEMENT_MS = 50L
private const val CRITICAL_COMBAT_MOVEMENT_MS = 100L
}