Set Max Rooms Per User

Karel

Member
May 15, 2019
80
13
Hi there,

I'm making a lot of rooms on my account so they are in a logical order. There are already 200 of them, but only 150 of them are showing up... I think there is a limit on how many rooms a user can create/own. How can I change this??

Thanks!
Post automatically merged:

OH lol, I already figured it out.

For those who want to know how, here it is:

Go to UserDataFactory in your emulator.

Find this line:

C#:
dbClient.SetQuery("SELECT * FROM rooms WHERE `owner` = '" + UserId + "' LIMIT 150");

Remove " LIMIT 150" or edit the number :)

Btw, you can't create rooms if you already have over 150, there you will have to edit some other stuff
 
Last edited:

Users who are viewing this thread

Top