diff --git a/CTZLauncher/HttpHelper.cs b/CTZLauncher/HttpHelper.cs index cdef5c1..b4ea1fe 100644 --- a/CTZLauncher/HttpHelper.cs +++ b/CTZLauncher/HttpHelper.cs @@ -76,7 +76,7 @@ namespace CityCraft while (readyState != HttpReadyState.完成) { this.DoEvent(); } return responseBody; } - return string.Empty; + return null; } ///