Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Backtrack.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Jul 16, 2024
1 parent 86f3f88 commit e719a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object Backtrack : Module("Backtrack", COMBAT) {

// Legacy
private val legacyPos by ListValue(
"Caching mode",
"CachingMode",
arrayOf("ClientPos", "ServerPos"),
"ClientPos"
) { mode == "Legacy" }
Expand Down

0 comments on commit e719a3c

Please sign in to comment.