1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 02:01:18 +08:00

updates inline with Battleship

This commit is contained in:
Shawdooow
2018-03-18 23:52:04 -04:00
Unverified
parent 7a063e3be1
commit 75cdc13fc1
3 changed files with 60 additions and 1 deletions
@@ -559,7 +559,7 @@ namespace Symcol.Core.Networking
public void ShareWithOtherPeers(Packet packet)
{
if (SendClient == null)
foreach (ClientInfo clientInfo in InGameClients)
foreach (ClientInfo clientInfo in ConncetedClients)
if (packet.ClientInfo.IP != clientInfo.IP)
{
NetworkingClient client = new NetworkingClient(true, clientInfo.IP, clientInfo.Port);