1
This commit is contained in:
parent
f5965cdfb2
commit
2401056ac7
@ -355,7 +355,6 @@ int App::GetGameId() const
|
|||||||
std::vector<std::string> strings;
|
std::vector<std::string> strings;
|
||||||
a8::Split(game_id, strings, '/');
|
a8::Split(game_id, strings, '/');
|
||||||
game_id = strings.at(strings.size() - 1);
|
game_id = strings.at(strings.size() - 1);
|
||||||
//a8::XPrintf("exe:%s\n", {game_id});
|
|
||||||
a8::ReplaceString(game_id, "wsproxy", "");
|
a8::ReplaceString(game_id, "wsproxy", "");
|
||||||
return a8::XValue(game_id);
|
return a8::XValue(game_id);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user