mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Update shockwave packets to version 42
This commit is contained in:
parent
62ef67b308
commit
97eb397d9e
@ -96,9 +96,9 @@ public class ShockwaveProxy implements ProxyProvider, ConnectionInterceptorCallb
|
||||
final Rc4Obtainer rc4Obtainer = new Rc4Obtainer(hConnection);
|
||||
|
||||
rc4Obtainer.setFlashPacketHandlers(outgoingHandler, incomingHandler);
|
||||
// TODO: Non hardcoded version "26". Not exactly sure yet how to deal with this for now.
|
||||
// TODO: Non hardcoded version "42 Not exactly sure yet how to deal with this for now.
|
||||
// Lets revisit when origins is more mature.
|
||||
proxy.verifyProxy(incomingHandler, outgoingHandler, "26", "SHOCKWAVE");
|
||||
proxy.verifyProxy(incomingHandler, outgoingHandler, "42", "SHOCKWAVE");
|
||||
hProxySetter.setProxy(proxy);
|
||||
onConnect();
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- Version of the application. -->
|
||||
<revision>1.5.4-beta-8</revision>
|
||||
<revision>1.5.4-beta-9</revision>
|
||||
<changelist>-SNAPSHOT</changelist>
|
||||
<!-- Version for https://github.com/sirjonasxx/G-ExtensionStore to keep compatibility with beta versions. -->
|
||||
<storeVersion>1.5.3</storeVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user