mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
add back user path print
Thanks @WiserTixx for finding a good place for it
This commit is contained in:
parent
191fbf083d
commit
a5766639d6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user