This commit is contained in:
2023-10-11 19:37:50 +03:00
parent 5d812d7acc
commit 6422db783a
33 changed files with 300 additions and 129 deletions
+3 -1
View File
@@ -88,7 +88,9 @@ public sealed class RagonEntityCache
RagonLog.Warn("Can't destroy object, he is not created");
return;
}
entity.PrepareDetach();
var buffer = _client.Buffer;
buffer.Clear();