🐛 scene entities not execute buffered events
This commit is contained in:
@@ -56,6 +56,7 @@ public sealed class SceneLoadedOperation : IRagonOperation
|
||||
Authority = eventAuthority,
|
||||
AttachId = 0,
|
||||
StaticId = staticId,
|
||||
BufferedEvents = context.Configuration.LimitBufferedEvents,
|
||||
};
|
||||
|
||||
var entity = new RagonEntity(entityParameters);
|
||||
|
||||
Reference in New Issue
Block a user