fixed a bug

This commit is contained in:
Ryan Ward 2021-11-30 21:23:45 -05:00
parent 317dacd0de
commit 57563688ae
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ multi.PriorityResolve = {
[256]="Normal", [256]="Normal",
[1024]="Below Normal", [1024]="Below Normal",
[4096]="Low", [4096]="Low",
[16384]="Very Low" [16384]="Very Low",
[65536]="Idle", [65536]="Idle",
} }

View File

@ -1,4 +1,4 @@
package.path = "./?/init.lua;"..package.path --package.path = "./?/init.lua;"..package.path
multi,thread = require("multi"):init() multi,thread = require("multi"):init()
func = thread:newFunction(function(count) func = thread:newFunction(function(count)