- added room suggestion priority

- return erro codes
- config for from/to without grid
- bug fixes and optimizations
This commit is contained in:
ma0048
2026-06-15 11:47:36 +02:00
parent 72692812ff
commit 6565399633
17 changed files with 680 additions and 128 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class CollisionChecker
if (!empty($result))
{
$errors[] = $result;
$errors = array_merge($errors, $result);
}
}