Build fix - typo (bug 3948 fallout).
This commit is contained in:
parent
5f6c5cb4fb
commit
4427ec3a65
@ -50,7 +50,7 @@ namespace builder
|
|||||||
{
|
{
|
||||||
config_name = config_name + " - Orange Box";
|
config_name = config_name + " - Orange Box";
|
||||||
}
|
}
|
||||||
else if (lib.build_mode == BuildMode.BuildMode_Episde2Valve)
|
else if (lib.build_mode == BuildMode.BuildMode_Episode2Valve)
|
||||||
{
|
{
|
||||||
config_name = config_name + " - Orange Box Valve";
|
config_name = config_name + " - Orange Box Valve";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user