diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 20695e873..514897ecb 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -364,6 +364,7 @@ bool connection::SendPacket(char *message, const char* host) snprintf(buffer,MAXBUF,"& %s",host); NetSendToAllExcept(host,buffer); log(DEBUG,"There are no routes to %s, we're gonna boot the server off!",host); + DoSplit(host); return false; } |