*actually compile (wire up the broadcast method)
This commit is contained in:
@@ -255,7 +255,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
{
|
{
|
||||||
for ( UserConnection con : connections.values() )
|
for ( UserConnection con : connections.values() )
|
||||||
{
|
{
|
||||||
con.packetQueue.add( packet );
|
con.sendPacket( packet );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user