mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
Long combat movement update warning threshold from 30ms to 50ms
This commit is contained in:
parent
d7c03670c6
commit
870534be54
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue