add back user path print

Thanks @WiserTixx for finding a good place for it
This commit is contained in:
Lion Kortlepel 2024-09-22 19:29:39 +02:00
parent 191fbf083d
commit a5766639d6
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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);