Skip to content

Commit

Permalink
Update MasterServer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Jan 2, 2024
1 parent b2c98f9 commit 06c0ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dMasterServer/MasterServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(int argc, char** argv) {
#endif

//Triggers the shutdown sequence at application exit
std::atexit([]() { printf("\n"); ShutdownSequence(); });
std::atexit([]() { ShutdownSequence(); });
std::signal(SIGINT, Game::OnSignal);
std::signal(SIGTERM, Game::OnSignal);

Expand Down

0 comments on commit 06c0ed3

Please sign in to comment.