MTROPOLIS: Fix hang in Piazza tutorial

This commit is contained in:
elasota 2022-06-01 03:31:02 -04:00 committed by Eugene Sandulenko
parent 9a4e8cb007
commit 35a3ad904d

View File

@ -5120,6 +5120,7 @@ void Runtime::checkCollisions() {
isParent = true;
break;
}
parentSearch = parentSearch->getParent();
}
if (isParent)