🐛 scene entities not execute buffered events

This commit is contained in:
2023-09-03 13:29:37 +03:00
parent 8705e93929
commit 27db256902
3 changed files with 2 additions and 2 deletions
@@ -162,7 +162,6 @@ public class RagonEntity : IRagonEntity
if (Authority == RagonAuthority.OwnerOnly &&
Owner.Connection.Id != caller.Connection.Id)
{
Console.WriteLine($"Player have not enough authority for event with Id {evnt.EventCode}");
return;
}