File tree Expand file tree Collapse file tree
src/main/kotlin/com/lambda/module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ object Fps : HudModule(
5151 }
5252
5353 override fun ImGuiBuilder.buildLayout () {
54- text(" Fps : $fps " )
54+ text(" FPS : $fps " )
5555 }
5656}
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import com.lambda.util.ServerTPS
2525import com.lambda.util.ServerTPS.recentData
2626import imgui.ImVec2
2727
28- object TPS : HudModule(
29- name = " TPS " ,
28+ object Tps : HudModule(
29+ name = " Tps " ,
3030 description = " Display the server's tick rate" ,
3131 tag = ModuleTag .HUD ,
3232) {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import org.joml.Vector3i
3737import kotlin.math.tan
3838
3939object ViewModel : Module(
40- name = " View Model " ,
40+ name = " ViewModel " ,
4141 description = " Adjusts hand and held item rendering" ,
4242 tag = ModuleTag .RENDER ,
4343) {
You can’t perform that action at this time.
0 commit comments