PLUS EMU room groups bug

Marko97

M97 Project based Plus EMU
Aug 7, 2013
99
45
Hello!
I've a problem. Example:
In room: "Summer2017" I've create a group called "Summer".
If I go in another room "Winter2017" and in this room there aren't any groups, appear the group called "Summer" (created in room Summer2017).
Pratically appears groups registered in another room.
How to resolve it?
 
UPDATE: The problem is in rooms table, group_id row.
In the emu is in RoomData.cs
Code:
Group G = null;
if (PlusEnvironment.GetGame().GetGroupManager().TryGetGroup(Convert.ToInt32(Row["group_id"]), out G))
Group = G;
else
Group = null;
 

Users who are viewing this thread

Top