mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
Log server shutdown using actionstream (#7589)
This commit is contained in:
parent
d7d451c647
commit
e8aad2ee00
@ -236,7 +236,6 @@ Server::Server(
|
||||
|
||||
Server::~Server()
|
||||
{
|
||||
infostream << "Server destructing" << std::endl;
|
||||
|
||||
// Send shutdown message
|
||||
SendChatMessage(PEER_ID_INEXISTENT, ChatMessage(CHATMESSAGE_TYPE_ANNOUNCE,
|
||||
@ -262,6 +261,8 @@ Server::~Server()
|
||||
kick_msg, reconnect);
|
||||
}
|
||||
|
||||
actionstream << "Server: Shutting down" << std::endl;
|
||||
|
||||
// Do this before stopping the server in case mapgen callbacks need to access
|
||||
// server-controlled resources (like ModStorages). Also do them before
|
||||
// shutdown callbacks since they may modify state that is finalized in a
|
||||
|
Loading…
Reference in New Issue
Block a user