syldrathecat / nxtlauncher

Third-party launcher for RuneScape NXT.
The Unlicense
7 stars 0 forks source link

It broke #14

Open syldrathecat opened 1 week ago

syldrathecat commented 1 week ago

Doesn't work anymore

syldrathecat commented 1 week ago
diff --git a/src/main.cpp b/src/main.cpp
index 3e18c7b..020ea20 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -530,7 +530,7 @@ int main(int argc, char** argv) try
                reply.add_int(PARENT_WINDOW_ID);
                reply.add_stringz(cache_folder.c_str());
                reply.add_stringz(user_folder.c_str());
-               reply.add_raw("\x00\x03\x00", 3);
+               reply.add_raw("\x00\x04\x00", 3);
                ipc.send(reply);
        });

client is checking for version 4 now, works with this change