Fix MOTD to something more welcoming :)

This commit is contained in:
Ahrimdon 2024-03-11 01:15:17 -04:00
parent 96ab9a049c
commit 50da583be3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace demonware
{
std::string get_motd_text()
{
return "This is not a copy & pasted client";
return "Welcome to S1-Mod!"; // Ahrimdon
}
}

View File

@ -1 +1 @@
Welcome to s1-mod. This is not a copy & pasted project.
Welcome to S1-Mod!