Serv3 rework content changes (#7145)
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Content.IntegrationTests
|
||||
if (client.Options?.ExtraPrototypes is { } extra)
|
||||
{
|
||||
prototypes.LoadString(extra, true);
|
||||
prototypes.Resync();
|
||||
prototypes.ResolveResults();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -306,7 +306,7 @@ namespace Content.IntegrationTests
|
||||
if (server.Options?.ExtraPrototypes is { } extra)
|
||||
{
|
||||
prototypes.LoadString(extra, true);
|
||||
prototypes.Resync();
|
||||
prototypes.ResolveResults();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user