This commit is contained in:
2024-11-03 11:36:58 +03:00
parent 672bb1ff6d
commit edf90b39c4
79 changed files with 233 additions and 3830 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ public class RagonContext
internal void SetRoom(RagonRoom room, RagonRoomPlayer player)
{
Room?.DetachPlayer(RoomPlayer);
Room?.DetachPlayer(player);
Room = room;
RoomPlayer = player;