mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- added room suggestion priority
- return erro codes - config for from/to without grid - bug fixes and optimizations
This commit is contained in:
@@ -40,7 +40,7 @@ class CollisionChecker
|
||||
|
||||
if (!empty($result))
|
||||
{
|
||||
$errors[] = $result;
|
||||
$errors = array_merge($errors, $result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user