*actually compile (wire up the broadcast method)

This commit is contained in:
md_5 2013-03-09 14:31:39 +11:00
parent 0c69814db7
commit b4d104d258

View File

@ -255,7 +255,7 @@ public class BungeeCord extends ProxyServer
{
for ( UserConnection con : connections.values() )
{
con.packetQueue.add( packet );
con.sendPacket( packet );
}
}