boiii
This commit is contained in:
parent
47d6d960d8
commit
362a8e7a4e
@ -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"
|
||||||
|
@ -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;
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user