Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Apr 4, 2024
1 parent 26fc413 commit 7d65932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Components/LegacyNetwork/legacy_network_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void RakNetLegacyNetwork::OnPlayerConnect(RakNet::RPCParameters* rpcParams, void
network->rakNetServer.Kick(rpcParams->sender);
return;
}

NetworkBitStream bs = GetBitStream(*rpcParams);
NetCode::RPC::PlayerConnect playerConnectRPC;
if (!playerConnectRPC.read(bs))
Expand Down

0 comments on commit 7d65932

Please sign in to comment.