mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Remove PoolSettings.ExtraPrototypes option (#18678)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Content.MapRenderer
|
||||
if (!CommandLineArguments.TryParse(args, out var arguments))
|
||||
return;
|
||||
|
||||
PoolManager.Startup(null);
|
||||
if (arguments.Maps.Count == 0)
|
||||
{
|
||||
Console.WriteLine("Didn't specify any maps to paint! Loading the map list...");
|
||||
@@ -135,6 +136,7 @@ namespace Content.MapRenderer
|
||||
}
|
||||
|
||||
await Run(arguments);
|
||||
PoolManager.Shutdown();
|
||||
}
|
||||
|
||||
private static async Task Run(CommandLineArguments arguments)
|
||||
|
||||
Reference in New Issue
Block a user