Skip to content

How to update user variables?

Ta Van Dung edited this page Jun 17, 2016 · 1 revision

#Answer

To update user variables, use command UpdateUser, example:

context.command(UpdateUser.class).user(user).execute();

Hello World

Clone this wiki locally