Bug fixes
This commit is contained in:
commit
f435c9942a
@ -28,8 +28,13 @@ local thread = {}
|
|||||||
if not _G["$multi"] then
|
if not _G["$multi"] then
|
||||||
_G["$multi"] = {multi=multi,thread=thread}
|
_G["$multi"] = {multi=multi,thread=thread}
|
||||||
end
|
end
|
||||||
|
<<<<<<< HEAD
|
||||||
multi.Version = "14.1.3"
|
multi.Version = "14.1.3"
|
||||||
multi._VERSION = "14.1.3"
|
multi._VERSION = "14.1.3"
|
||||||
|
=======
|
||||||
|
multi.Version = "14.1.2"
|
||||||
|
multi._VERSION = "14.1.2"
|
||||||
|
>>>>>>> 04c17fe1e6f248b999efb94edeff995e8a4a72a7
|
||||||
multi.stage = "stable"
|
multi.stage = "stable"
|
||||||
multi.__index = multi
|
multi.__index = multi
|
||||||
multi.Name = "multi.root"
|
multi.Name = "multi.root"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user