Fixed typo in the build tool
This commit is contained in:
parent
13b9deb5ef
commit
85cb592a7e
@ -50,7 +50,7 @@ namespace builder
|
||||
{
|
||||
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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user