Even more engine changes

This commit is contained in:
ElectroJr
2024-12-24 21:00:53 +13:00
parent a8cc0397c2
commit b555a6049e
7 changed files with 26 additions and 11 deletions

View File

@@ -426,7 +426,7 @@ namespace Content.IntegrationTests.Tests
{
try
{
Assert.That(mapLoader.TryLoadEntities(path, out maps, out _, opts));
Assert.That(mapLoader.TryLoadGeneric(path, out maps, out _, opts));
}
catch (Exception ex)
{