Merge branch 'MCLCE:main' into main

This commit is contained in:
Alexandra-Myers 2026-05-08 13:54:23 -04:00 committed by GitHub
commit 62099eb7d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 138 additions and 156 deletions

View file

@ -2411,7 +2411,7 @@ void Level::tickEntities()
{
if(isClientSide)
{
__debugbreak();
DEBUG_BREAK();
}
it = tileEntityList.erase(it);
}