This commit is contained in:
2023-05-07 00:24:07 -04:00
parent cfa4c0f0b6
commit e616b51d6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
--package.path = "../?/init.lua;../?.lua;"..package.path
package.path = "../?/init.lua;../?.lua;"..package.path
multi, thread = require("multi"):init{print=true,warn=true,error=false}--{priority=true}
proc = multi:newProcessor("Thread Test",true)
local LANES, LOVE, PSEUDO = 1, 2, 3