mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
Sentry: print welcome string on startup
This commit is contained in:
parent
b53b72d604
commit
739eaad199
@ -55,6 +55,8 @@ int main(int argc, char** argv) try {
|
||||
bool Shutdown = false;
|
||||
Application::RegisterShutdownHandler([&Shutdown] { Shutdown = true; });
|
||||
|
||||
Sentry.PrintWelcome();
|
||||
|
||||
TServer Server(argc, argv);
|
||||
TConfig Config;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user