(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)

This commit is contained in:
rubidium 2010-10-17 17:52:12 +00:00
parent cca0ca3d70
commit 9a5e272195
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ void NetworkClose(bool close_admins)
if (close_admins) {
ServerNetworkAdminSocketHandler *as;
FOR_ALL_ADMIN_SOCKETS(as) {
as->CloseConnection(NETWORK_RECV_STATUS_CONN_LOST);
as->CloseConnection(true);
}
}