diff --git a/G-Earth/src/main/java/gearth/services/unity_tools/WasmCodePatcher.java b/G-Earth/src/main/java/gearth/services/unity_tools/WasmCodePatcher.java index af947ca..ba2831b 100644 --- a/G-Earth/src/main/java/gearth/services/unity_tools/WasmCodePatcher.java +++ b/G-Earth/src/main/java/gearth/services/unity_tools/WasmCodePatcher.java @@ -1,27 +1,14 @@ package gearth.services.unity_tools; -import com.sun.org.apache.xpath.internal.operations.Mod; import gearth.services.unity_tools.codepatcher.IncomingPacketPatcher; import gearth.services.unity_tools.codepatcher.OutgoingPacketPatcher; import gearth.services.unity_tools.codepatcher.ReturnBytePatcher; import gearth.services.unity_tools.codepatcher.SetKeyPatcher; import wasm.disassembly.InvalidOpCodeException; -import wasm.disassembly.instructions.Instr; -import wasm.disassembly.instructions.InstrType; import wasm.disassembly.modules.Module; -import wasm.disassembly.modules.sections.code.Func; -import wasm.disassembly.modules.sections.code.Locals; -import wasm.disassembly.modules.sections.imprt.Import; -import wasm.disassembly.modules.sections.imprt.ImportDesc; -import wasm.disassembly.types.FuncType; -import wasm.disassembly.types.ResultType; -import wasm.disassembly.types.ValType; -import wasm.misc.CodeCompare; import java.io.IOException; import java.util.Arrays; -import java.util.Collections; -import java.util.List; public class WasmCodePatcher { diff --git a/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe b/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe index 5a83c9a..2ea409e 100644 Binary files a/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe and b/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe differ diff --git a/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe b/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe index b0502b9..e0538bb 100644 Binary files a/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe and b/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe differ