mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 17:00:52 +01:00
Update shockwave version
This commit is contained in:
parent
e342470c7f
commit
21039c6fff
@ -96,9 +96,9 @@ public class ShockwaveProxy implements ProxyProvider, ConnectionInterceptorCallb
|
|||||||
final Rc4Obtainer rc4Obtainer = new Rc4Obtainer(hConnection);
|
final Rc4Obtainer rc4Obtainer = new Rc4Obtainer(hConnection);
|
||||||
|
|
||||||
rc4Obtainer.setFlashPacketHandlers(outgoingHandler, incomingHandler);
|
rc4Obtainer.setFlashPacketHandlers(outgoingHandler, incomingHandler);
|
||||||
// TODO: Non hardcoded version "25". Not exactly sure yet how to deal with this for now.
|
// TODO: Non hardcoded version "26". Not exactly sure yet how to deal with this for now.
|
||||||
// Lets revisit when origins is more mature.
|
// Lets revisit when origins is more mature.
|
||||||
proxy.verifyProxy(incomingHandler, outgoingHandler, "25", "SHOCKWAVE");
|
proxy.verifyProxy(incomingHandler, outgoingHandler, "26", "SHOCKWAVE");
|
||||||
hProxySetter.setProxy(proxy);
|
hProxySetter.setProxy(proxy);
|
||||||
onConnect();
|
onConnect();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user