Optimizations (#2649)
* fix(Respawn): fix respawn in SP * fix: re-enable bigobj * fix: update creator's stack size * fix: use BOOLs instead of bools * fix(gitignore): hide .pyc files
This commit is contained in:
@ -555,7 +555,7 @@ namespace big::helper
|
||||
|
||||
std::string stat_get_bool(std::string stat)
|
||||
{
|
||||
int result = 0;
|
||||
BOOL result = FALSE;
|
||||
if (stat != "")
|
||||
STATS::STAT_GET_BOOL(get_text_stat_hash(stat), &result, -1);
|
||||
return std::to_string(result);
|
||||
|
Reference in New Issue
Block a user