allbuild commit c8440ef2

This commit is contained in:
Olivier Gagnon
2022-07-28 14:35:55 -04:00
parent c8440ef268
commit 07c7f0641a
28 changed files with 186 additions and 351 deletions
+3
View File
@@ -480,6 +480,9 @@ function evaluateVersionCompatibility(ver: string | number): void {
anyPlayer.exp.intelligence = anyPlayer.intelligence_exp;
v2APIBreak();
}
if (ver < 23) {
anyPlayer.currentWork = null;
}
}
}