This commit is contained in:
2025-12-28 12:29:49 +01:00
parent 8955cc36e2
commit 61f8b1343e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ local function start_rft()
_Rft_toggle = not _Rft_toggle
end
return true, word1, word2, word3, word4
return true, (2 << 12) | word1, word2, word3, word4
end)
set_rds2_mode(2)
end