swiftemu home Room

Brad

Well-Known Member
Jun 5, 2012
2,319
992
hey ive set an home room in Db for all users But it dont take them there as soon as they log onto the client anyone know how i could fix this?
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
Well... Some CMSes have a config file for register where you can set the homeroom so like register.php.
Otherwise you should try this code it will change the homeroom of ALL REGISTERED users:
Run as SQL!!!
UPDATE users SET home_room = 'room_id'
 

Users who are viewing this thread

Top