From b186f4d4d25125ff1a224e5434e0ed9ad767b8a9 Mon Sep 17 00:00:00 2001 From: 21102341 Date: Fri, 8 May 2020 21:56:30 +0300 Subject: [PATCH] i can't C++ --- api/logic/minecraft/auth/AuthSession.h | 1 + 1 file changed, 1 insertion(+) diff --git a/api/logic/minecraft/auth/AuthSession.h b/api/logic/minecraft/auth/AuthSession.h index b397d9a1..02c7eb47 100644 --- a/api/logic/minecraft/auth/AuthSession.h +++ b/api/logic/minecraft/auth/AuthSession.h @@ -17,6 +17,7 @@ struct User struct MULTIMC_LOGIC_EXPORT AuthSession { bool MakeOffline(QString offline_playername); + bool MakeCracked(QString offline_playername); QString serializeUserProperties();