Browse Source

Remove disconnect call on unsupported protocol version

Lekuru 1 month ago
parent
commit
e09af9fec8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/App/Osu/Bancho.cpp

+ 0 - 1
src/App/Osu/Bancho.cpp

@@ -408,7 +408,6 @@ void handle_packet(Packet *packet) {
     } else if(packet->id == PROTOCOL_VERSION) {
         int protocol_version = read<u32>(packet);
         if(protocol_version != 19) {
-            disconnect();
             bancho.osu->getNotificationOverlay()->addNotification("This server may use an unsupported protocol version.");
         }
     } else if(packet->id == MAIN_MENU_ICON) {