Skip to content

Commit 798b4dc

Browse files
committed
fix token cache
1 parent 87f3f42 commit 798b4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/validation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void validate(void(*cbk)()) {
289289

290290
auto lambda = +[](JavaVM* vm, void* reserved) -> jint {
291291
IF_DEBUG(std::cout << cryptstring("JNI_OnLoad") << std::endl);
292-
std::ifstream token_file(cryptstring("/data/data/com.mojang.minecraftpe/pass.token").c_str(), std::ios::binary);
292+
std::ifstream token_file(cryptstring("/data/data/com.mojang.minecraftpe/mcpelauncher-updates-oss.pass").c_str(), std::ios::binary);
293293
if(token_file.is_open()) {
294294
auto token = OUR_ENCRYPTED_TOKEN;
295295
std::stringstream val;

0 commit comments

Comments
 (0)