From 0fbb20607c1582d4bb95ca642eed242b0f3e349f Mon Sep 17 00:00:00 2001
From: client_wuxijin <364452445@qq.com>
Date: 星期五, 10 八月 2018 10:25:43 +0800
Subject: [PATCH] 2283 【前端】BOSS血条头像显示境界
---
Core/GameEngine/Model/ConfigManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/ConfigManager.cs b/Core/GameEngine/Model/ConfigManager.cs
index 7778f95..08d4ec8 100644
--- a/Core/GameEngine/Model/ConfigManager.cs
+++ b/Core/GameEngine/Model/ConfigManager.cs
@@ -13,7 +13,7 @@
public static string CustomIV = "4vHKRj3yfzU=";
public static string CustomKey = "xhVs6DRXLfUGxw+AhtfQdpQGoa+8SA9d";
- protected string[] lineStep = new string[] { "\r\n" }; //琛岄棿闅斾綋
+ protected string[] lineStep = new string[] { "\r\n","\n" }; //琛岄棿闅斾綋
protected string[] rowStep = new string[] { "\t" }; //娈甸棿闅斾綋
bool isPlaying = true;
--
Gitblit v1.8.0