Skip to content

Commit

Permalink
Remove todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed May 1, 2024
1 parent 36587fc commit 9f65b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ void ProtocolGame::onRecvFirstMessage(NetworkMessage& msg)
}

if (ip != boost::asio::ip::make_address(result->getString("session_ip"))) {
// TODO: get the correct message
disconnectClient("Your game session is already locked to a different IP. Please log in again.");
return;
}
Expand Down

0 comments on commit 9f65b36

Please sign in to comment.