Update Program.cs

This commit is contained in:
sonic 2024-08-18 11:44:14 +02:00 committed by GitHub
parent 3de3367fb7
commit fe33511679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,9 @@ app.MapControllers();
// Shows message that server started
VerboseLogging.ServerStartedMessage();
OpenGamePrompt.prompt();
if (GamePromptOptions)
{
OpenGamePrompt.prompt();
}
PrintInfo.print();
app.Run();