We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db2f67 commit fb64d8fCopy full SHA for fb64d8f
1 file changed
src/Scripts/Sim_Rate.lua
@@ -28,8 +28,8 @@ function SRB_Set1Speed ()
28
end
29
30
function SRB_Set2Speed ()
31
- set("sim/time/ground_speed_flt", 1)
32
- print("Setting Sim Rate to 1x")
+ set("sim/time/ground_speed_flt", 2)
+ print("Setting Sim Rate to 2x")
33
34
35
function SRB_Set4Speed ()
@@ -38,7 +38,7 @@ function SRB_Set4Speed ()
38
39
40
add_macro("Sim Rate Monitor 1x", "SRB_Set1Speed()")
41
-add_macro("Sim Rate Monitor 2x", "SRB_Set1Speed()")
+add_macro("Sim Rate Monitor 2x", "SRB_Set2Speed()")
42
add_macro("Sim Rate Monitor 4x", "SRB_Set4Speed()")
43
44
0 commit comments