Working on 16.0.0 #53

Merged
rayaman merged 120 commits from v16.0.0 into master 2024-02-25 00:00:51 -05:00
Showing only changes of commit a105d8a575 - Show all commits

View File

@ -50,11 +50,6 @@ stab["returns"] = {THREAD.loadDump(__FUNC__)(unpack(__IMPORTS))}
local multi, thread = require("multi"):init()
-- We do not want to load this module twice
if multi.integration and multi.integration.THREAD then
return multi.integration.GLOBAL, multi.integration.THREAD
end
local THREAD = {}
__THREADID__ = 0
__THREADNAME__ = "MainThread"