mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Fixed a typo in the init.lua
Typo caused the library to crash during load due to forgetting the ".." in the getVersion function
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ function multi:getChildren()
|
||||
return self.Mainloop
|
||||
end
|
||||
function multi:getVersion()
|
||||
return multi.Version[1].."."..multi.Version[2].."."multi.Version[3]
|
||||
return multi.Version[1].."."..multi.Version[2].."."..multi.Version[3]
|
||||
end
|
||||
--Processor
|
||||
function multi:getError()
|
||||
|
||||
Reference in New Issue
Block a user