Debug fix

This commit is contained in:
Openarl
2016-08-31 19:16:02 +10:00
parent 89c5e81353
commit bd95f3960f
2 changed files with 1 additions and 2 deletions

View File

@@ -156,7 +156,6 @@ end
function launch:OnSubCall(func, ...)
if func == "ConPrintf" and self.subScriptType == "UPDATE" and self.updateChecking then
self.updateMsg = string.format(...)
return
end
if _G[func] then
return _G[func](...)