You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateval tryRefreshSlots by setting("Try refresh slot", false, { page ==Page.STORAGE_MANAGEMENT }, description ="Clicks a slot on desync")
145
145
146
146
// stat settings
147
-
privateval anonymizeStats by setting("Anonymize", false, { page ==Page.STATS }, description ="Censors all coordinates in HUD and Chat")
147
+
val anonymizeStats by setting("Anonymize", false, { page ==Page.STATS }, description ="Censors all coordinates in HUD and Chat")
148
148
privateval simpleMovingAverageRange by setting("Moving Average", 60, 5..600, 5, { page ==Page.STATS }, description ="Sets the timeframe of the average in seconds")
149
149
privateval showSession by setting("Show Session", true, { page ==Page.STATS }, description ="Toggles the Session section in HUD")
150
150
privateval showLifeTime by setting("Show Lifetime", true, { page ==Page.STATS }, description ="Toggles the Lifetime section in HUD")
0 commit comments