瀏覽代碼

修复保存数据库collection为null,判断错误的问题

tanghai 8 年之前
父節點
當前提交
27da464a6d

+ 1 - 1
Server/Hotfix/Handler/DBSaveRequestHandler.cs

@@ -12,7 +12,7 @@ namespace Hotfix
 			try
 			{
 				DBCacheComponent dbCacheComponent = Game.Scene.GetComponent<DBCacheComponent>();
-				if (message.CollectionName == "")
+				if (string.IsNullOrEmpty(message.CollectionName))
 				{
 					message.CollectionName = message.Disposer.GetType().Name;
 				}

+ 0 - 3
Unity/Assets/ThirdParty/ILRuntime/Mono.Cecil.Mdb/mdb.meta

@@ -1,3 +0,0 @@
-fileFormatVersion: 2
-guid: a904e30b95ce4008bfa38291917fba7e
-timeCreated: 1509538086

文件差異過大導致無法顯示
+ 1 - 1
Unity/Unity.Editor.Plugins.csproj


文件差異過大導致無法顯示
+ 1 - 1
Unity/Unity.Editor.csproj


文件差異過大導致無法顯示
+ 1 - 1
Unity/Unity.Plugins.csproj


文件差異過大導致無法顯示
+ 4 - 7
Unity/Unity.csproj


部分文件因文件數量過多而無法顯示