mirror of
https://github.com/LDDestroier/CC/
synced 2025-10-31 23:43:00 +00:00
Update mtape.lua
I gotta stop leaving the _DEBUG flag on
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
-- tape managing program
|
-- tape managing program
|
||||||
-- made by LDDestroier
|
-- made by LDDestroier
|
||||||
|
|
||||||
local _DEBUG = true
|
local _DEBUG = false
|
||||||
|
|
||||||
local function checkOption(argName, argInfo, isShort)
|
local function checkOption(argName, argInfo, isShort)
|
||||||
for i = 1, #argInfo do
|
for i = 1, #argInfo do
|
||||||
|
|||||||
Reference in New Issue
Block a user