Codechange: rename NetworkError to ShowNetworkError

This commit is contained in:
rubidium42
2021-04-30 15:39:46 +02:00
committed by rubidium42
parent 67063ceeb3
commit 0eb17a70af
4 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ public:
if (sockets.size() == 0) {
DEBUG(net, 0, "[server] could not start network: could not create listening socket");
NetworkError(STR_NETWORK_ERROR_SERVER_START);
ShowNetworkError(STR_NETWORK_ERROR_SERVER_START);
return false;
}