feat: plugin api for replication of data
This commit is contained in:
@@ -79,6 +79,8 @@ public sealed class RoomJoinOrCreateOperation : BaseOperation
|
||||
|
||||
_ragonWebHookPlugin.RoomCreated(context, room, roomPlayer);
|
||||
|
||||
room.Plugin.OnAttached(room);
|
||||
|
||||
context.Lobby.Persist(room);
|
||||
context.Scheduler.Run(room);
|
||||
context.SetRoom(room, roomPlayer);
|
||||
|
||||
Reference in New Issue
Block a user