refactor some stuff

This commit is contained in:
Olivier Gagnon
2022-07-14 17:43:08 -04:00
parent a5088f1136
commit 0550bc188c
22 changed files with 149 additions and 119 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export class Crime {
if (div <= 0) {
div = 1;
}
p.startNEWWork(
p.startWork(
new CrimeWork({
crimeType: this.type,
singularity: workerScript !== null,