mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Clean up rooms after updating players in a room
This commit is contained in:
parent
b6d772bcd6
commit
e1912f151b
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
}
|
||||
|
||||
room.Players = users;
|
||||
RoomHelper.CleanupRooms(user, room);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue