mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 01:08:41 +00:00
Dont use host when cleaning up after updating players in room
This commit is contained in:
parent
e1912f151b
commit
39048fcf28
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
}
|
||||
|
||||
room.Players = users;
|
||||
RoomHelper.CleanupRooms(user, room);
|
||||
RoomHelper.CleanupRooms(null, room);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue