From 1eba06c562e0ed861a17945ec5e82ac0096853f6 Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:54:15 -0400 Subject: [PATCH] fuck versions --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index f0305a3..dd3d224 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -46,7 +46,7 @@ end --[[ Instead of calling every status by string, we call the variables storing the strings. This may ease translation if we plan to do it in the future. ]] -defaultStatus = "Rhythmblock 1.0" +defaultStatus = "Rhythmblock" invalidFormatStatus = "Not a music disc" noDiscStatus = "No disc" noAudioStatus = "No audio is playing"