We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c6c59 commit a4620b7Copy full SHA for a4620b7
Server/mods/deathmatch/logic/luadefs/CLuaTeamDefs.cpp
@@ -73,7 +73,7 @@ std::variant<CTeam*, bool> CLuaTeamDefs::CreateTeam(lua_State* lua, const std::s
73
if (!resource)
74
return false;
75
76
- CTeam* team = CStaticFunctionDefinitions::CreateTeam(resource, name.c_str(), red.value_or(0xFF), green.value_or(0xFF), blue.value_or(0xFF));
+ CTeam* team = CStaticFunctionDefinitions::CreateTeam(resource, name.c_str(), red.value_or(235), green.value_or(221), blue.value_or(178));
77
78
if (!team)
79
0 commit comments