From fafeb4fa3e3bf6deff77e327cd295767b21048c2 Mon Sep 17 00:00:00 2001 From: Sebastian-byte Date: Wed, 24 Mar 2021 11:16:24 -0500 Subject: [PATCH] Add newline at end of file --- api/logic/minecraft/auth/AuthSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/logic/minecraft/auth/AuthSession.cpp b/api/logic/minecraft/auth/AuthSession.cpp index 1a6ab177..b2ea62c8 100644 --- a/api/logic/minecraft/auth/AuthSession.cpp +++ b/api/logic/minecraft/auth/AuthSession.cpp @@ -42,4 +42,4 @@ bool AuthSession::MakeCracked(QString offline_playername) player_name = offline_playername; status = PlayableOffline; return true; -} \ No newline at end of file +}