Update mtape.lua

I gotta stop leaving the _DEBUG flag on
This commit is contained in:
LDDestroier 2023-09-30 15:57:41 -04:00 committed by GitHub
parent 47651b1371
commit eee1b33454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- tape managing program
-- made by LDDestroier
local _DEBUG = true
local _DEBUG = false
local function checkOption(argName, argInfo, isShort)
for i = 1, #argInfo do