Browse Source

修改战斗服一处Ice接口参数的容错,先让游戏服跑起来

大爷 2 years ago
parent
commit
f5e394b7a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      XmdsServerCS/XmdsServerEdgeJS/XmdsPlayerUtil.cs

+ 1 - 1
XmdsServerCS/XmdsServerEdgeJS/XmdsPlayerUtil.cs

@@ -371,7 +371,7 @@ namespace XmdsServerEdgeJS
             catch (Exception err)
             {
                 log.Error("createXmdsUnitProp error: " + err.Message, err);
-                return null;
+                return new XmdsUnitProp();
             }
         }