Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix for version format forgot the quotes. causing it to want there to be a number and not a string.
  • Loading branch information
grimmier378 committed Feb 22, 2024
1 parent 519f231 commit c767321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -10,7 +10,7 @@ local mq = require('mq')
local PAUSED = false
local DEBUG = false
local RUNNING = true
local version = 1.7.1
local version = "1.7.1"
local arg = {...}
if arg[1] and arg[1] == 'debug' then DEBUG = true end
local function debug(string)
Expand Down

0 comments on commit c767321

Please sign in to comment.