From d07d62be7111d78b2aaa44c9cdee23a7d22b4dda Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 22 十二月 2020 10:38:15 +0800 Subject: [PATCH] 20201222-1 --- HDL_ON/Entity/Function/AC.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/Entity/Function/AC.cs b/HDL_ON/Entity/Function/AC.cs index 1eaedf1..e21a0b1 100644 --- a/HDL_ON/Entity/Function/AC.cs +++ b/HDL_ON/Entity/Function/AC.cs @@ -194,9 +194,9 @@ min = 0, }; } - if (_trait_mode.curValue.ToString() == "{}") - _trait_mode.curValue = "cool"; } + if (_trait_mode.curValue.ToString() == "{}") + _trait_mode.curValue = "cool"; return _trait_mode; } } @@ -222,9 +222,9 @@ curValue = "high" }; } - if (_trait_fan.curValue.ToString() == "{}") - _trait_fan.curValue = "high"; } + if (_trait_fan.curValue.ToString() == "{}") + _trait_fan.curValue = "high"; return _trait_fan; } } -- Gitblit v1.8.0