From a5766639d6f22e4154edb82fe15527bcad869846 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 22 Sep 2024 19:29:39 +0200 Subject: [PATCH] add back user path print Thanks @WiserTixx for finding a good place for it --- src/Startup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Startup.cpp b/src/Startup.cpp index dff8547..bfe9ccf 100644 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -317,6 +317,7 @@ void PreGame(const std::string& GamePath) { info("Game Version : " + GameVer); CheckMP(GetGamePath() + "mods/multiplayer"); + info("Game user path: " + GetGamePath()); if (!Dev) { std::string LatestHash = HTTP::Get("https://backend.beammp.com/sha/mod?branch=" + Branch + "&pk=" + PublicKey);