Fix MOTD to something more welcoming :)

This commit is contained in:
Ahrimdon 2024-03-10 15:13:11 -04:00
parent a9af5205ed
commit ab37047667
2 changed files with 2 additions and 2 deletions

View File

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

View File

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