How can I get an updated welcome message like this? I am using the emulator revision PRODUCTION-201610052203-260805057. I am looking to get my welcome message like below...
Screenshot by Lightshot
How can I get an updated welcome message like this? I am using the emulator revision PRODUCTION-201610052203-260805057. I am looking to get my welcome message like below...
Screenshot by Lightshot
Assuming you are using Plus Emulator as your signature's hotel ad gives away,
This is Plus' original code for welcome messaging, as you can see it's from the db, so change your welcome message in your database, in a table named something like `server_status` or `server_settings`Code://if (!string.IsNullOrWhiteSpace(PlusEnvironment.GetDBConfig().DBData["welcome_message"])) // SendMessage(new MOTDNotificationComposer(PlusEnvironment.GetDBConfig().DBData["welcome_message"]));
I know how to change a welcome message, but that's not what I'm implying.
Here is the old-style message: Screenshot by Lightshot
I want the new welcome_message as stated in the OP.