This commit is contained in:
momo5502 2022-05-27 19:14:07 +02:00
parent 47d6d960d8
commit 362a8e7a4e
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ newaction {
dependencies.load() dependencies.load()
workspace "bo3" workspace "boiii"
startproject "client" startproject "client"
location "./build" location "./build"
objdir "%{wks.location}/obj" objdir "%{wks.location}/obj"

View File

@ -347,7 +347,7 @@ namespace arxan
std::string cmd_line = GetCommandLineA(); std::string cmd_line = GetCommandLineA();
if (!strstr(cmd_line.data(), "fs_game")) if (!strstr(cmd_line.data(), "fs_game"))
{ {
cmd_line += " +set fs_game \"T7x\""; cmd_line += " +set fs_game \"boiii\"";
} }
return cmd_line; return cmd_line;

View File

@ -7,7 +7,7 @@ namespace steam
{ {
const char* friends::GetPersonaName() const char* friends::GetPersonaName()
{ {
return "T7x User"; return "boiii";
} }
unsigned long long friends::SetPersonaName(const char* pchPersonaName) unsigned long long friends::SetPersonaName(const char* pchPersonaName)