Skip to content

Commit

Permalink
fix(legacy): tickbase language format (CCBlueX#3874)
Browse files Browse the repository at this point in the history
idk how they missed this..
  • Loading branch information
EclipsesDev committed Sep 3, 2024
1 parent cb26c29 commit ea4fc66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"contributors": [
"1zuna",
"Zywl",
"CzechHek"
"CzechHek",
"EclipsesDev"
],
"translations": {
"menu.altManager": "Alt Manager",
Expand Down Expand Up @@ -359,6 +360,6 @@

"module.overrideRaycast.description": "Overrides your rotation-based raycast with the server rotation based raycast.",

"module.tickBase.desccription": "Buffers ticks to get early hits of an enemy."
"module.tickBase.description": "Buffers ticks to get early hits of an enemy."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,6 @@

"module.overrideRaycast.description": "使用基于服务器旋转的raycast覆盖基于旋转的raycast。",

"module.tickBase.desccription": "缓冲ticks以便尽早攻击敌人。"
"module.tickBase.description": "缓冲ticks以便尽早攻击敌人。"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,6 @@

"module.overrideRaycast.description": "使用基於伺服器旋轉的raycast覆蓋基於旋轉的raycast。",

"module.tickBase.desccription": "緩衝ticks以儘早擊中敵人。"
"module.tickBase.description": "緩衝ticks以儘早擊中敵人。"
}
}

0 comments on commit ea4fc66

Please sign in to comment.