From 9f342f242b335c1875478f79c0c07d81c409121b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 18 十二月 2020 18:02:49 +0800 Subject: [PATCH] Merge branch 'WJC' into NewFilePath --- HDL_ON/Entity/Function/Scene.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/Function/Scene.cs b/HDL_ON/Entity/Function/Scene.cs old mode 100644 new mode 100755 index 4ac4da6..fba530b --- a/HDL_ON/Entity/Function/Scene.cs +++ b/HDL_ON/Entity/Function/Scene.cs @@ -223,7 +223,7 @@ } if (roomNameList == "" ) { - roomNameList = Shared.Language.StringByID(StringId.WholeHouseScene); + roomNameList = Shared.Language.StringByID(StringId.WholeZone); } return roomNameList; } -- Gitblit v1.8.0