Cater
part of isis
- Jan 9, 2011
- 32
- 1
Hi, need help on updating the welcome message to my own welcome message.
It's not in server_settings, in gameclient.cs there's this:
if (!string.IsNullOrWhiteSpace(PlusEnvironment.GetDBConfig().DBData["welcome_message
SendMessage(new MOTDNotificationComposer(PlusEnvironment.GetDBConfig().DBData["welcome_message"]));
But I can't change it to my own welcome message unless if I removed that it would remove the welcome message alltogether?
Would appreciate some help, thanks.
It's not in server_settings, in gameclient.cs there's this:
if (!string.IsNullOrWhiteSpace(PlusEnvironment.GetDBConfig().DBData["welcome_message
SendMessage(new MOTDNotificationComposer(PlusEnvironment.GetDBConfig().DBData["welcome_message"]));
But I can't change it to my own welcome message unless if I removed that it would remove the welcome message alltogether?
Would appreciate some help, thanks.