🐛 checking authority on destroy object

This commit is contained in:
2023-10-12 11:18:04 +03:00
parent 3da57e086e
commit b90ed974e5
3 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ namespace Ragon.Client
Attached?.Invoke(this);
}
internal void PrepareDetach()
internal void SetReplication(bool enabled)
{
IsAttached = false;
Replication = enabled;
}
internal void Detach(RagonPayload payload)