*actually compile (wire up the broadcast method)
This commit is contained in:
parent
0c69814db7
commit
b4d104d258
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user