How to update room variables? - youngmonkeys/ezyfox GitHub Wiki
#Answer
To update room variables, use command UpdateRoom, example:
context.command(UpdateRoom.class).room(room).execute();
#Answer
To update room variables, use command UpdateRoom, example:
context.command(UpdateRoom.class).room(room).execute();