HDL_ON/Entity/Function/Scene.cs
@@ -692,6 +692,9 @@ case "angle": text = Language.StringByID(StringId.Angle); break; case "security": text = Language.StringByID(StringId.DeploymentStatus); break; } return text; } @@ -743,6 +746,9 @@ string text = ""; switch (key) { case FunctionAttributeKey.Security: text = catchString == "true" ? Language.StringByID(StringId.Defense) : Language.StringByID(StringId.Undefense); break; case FunctionAttributeKey.OnOff: text = catchString == "on" ? Language.StringByID(StringId.On) : Language.StringByID(StringId.OFF); break;