diff options
Diffstat (limited to 'script-beta/core/rename.lua')
-rw-r--r-- | script-beta/core/rename.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script-beta/core/rename.lua b/script-beta/core/rename.lua index 581fd19a..4beb3bbb 100644 --- a/script-beta/core/rename.lua +++ b/script-beta/core/rename.lua @@ -11,8 +11,8 @@ local function askForcing(str) if TEST then return true end - if Forcing == false then - return false + if Forcing ~= nil then + return Forcing end local version = files.globalVersion -- TODO |