Skip to content

Commit

Permalink
Add Eden's website URL to startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Jan 16, 2022
1 parent 0941789 commit 0ad4cf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xiloader/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ int __cdecl main(int argc, char* argv[])
xiloader::console::output(xiloader::color::lightcyan, "Bug Reports: https://github.com/EdenServer/xiloader/issues");
xiloader::console::output(xiloader::color::lightcyan, "Git Repo : https://github.com/EdenServer/xiloader");
xiloader::console::output(xiloader::color::lightred, "==========================================================");
xiloader::console::output(xiloader::color::warning, "By connecting you agree to follow Eden's rules, terms, and conditions,");
xiloader::console::output(xiloader::color::warning, "which may be obtained and read on Eden's Discord or website.");
xiloader::console::output(xiloader::color::warning, "By connecting you agree to follow Eden's rules, terms, and");
xiloader::console::output(xiloader::color::warning, "conditions. These can be obtained and read on");
xiloader::console::output(xiloader::color::warning, "Eden's Discord or website: https://edenxi.com/rules");
xiloader::console::output(xiloader::color::lightred, "==========================================================");

/* Initialize Winsock */
Expand Down

0 comments on commit 0ad4cf6

Please sign in to comment.