Dateien hochladen nach „CurrentPatches“
parent
bcf3006429
commit
7ea08d196e
|
@ -0,0 +1,32 @@
|
||||||
|
From b025b31d3a079c727956ddeb02956f90d1a948f7 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Christopher <git@clatza.dev>
|
||||||
|
Date: Tue, 24 May 2022 00:05:09 +0200
|
||||||
|
Subject: [PATCH] oldVersionPatch
|
||||||
|
|
||||||
|
---
|
||||||
|
.../AssetServerProxy/AssetServerProxy.cs | 10 ----------
|
||||||
|
1 file changed, 10 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/addons/Robust.Services/AssetServerProxy/AssetServerProxy.cs b/addons/Robust.Services/AssetServerProxy/AssetServerProxy.cs
|
||||||
|
index 796c519..abaa44f 100644
|
||||||
|
--- a/addons/Robust.Services/AssetServerProxy/AssetServerProxy.cs
|
||||||
|
+++ b/addons/Robust.Services/AssetServerProxy/AssetServerProxy.cs
|
||||||
|
@@ -414,15 +414,5 @@ namespace Chris.OS.Additions.Robust.Services.AssetServerProxy
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
-
|
||||||
|
- public void Get(string id, string ForeignAssetService, bool StoreOnLocalGrid, SimpleAssetRetrieved callBack)
|
||||||
|
- {
|
||||||
|
- AssetBase a = Get(id, ForeignAssetService, StoreOnLocalGrid);
|
||||||
|
-
|
||||||
|
- if(a != null)
|
||||||
|
- {
|
||||||
|
- Util.FireAndForget(o => callBack(a), null, "LocalAssetServiceConnector.GotFromServiceCallback");
|
||||||
|
- }
|
||||||
|
- }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
--
|
||||||
|
2.30.1.windows.1
|
||||||
|
|
Loading…
Reference in New Issue