Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyx14 committed Aug 14, 2023
1 parent 2cc887d commit 46a574c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/otserv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ void mainLoader(int, char*[], ServiceManager* services) {

SPDLOG_INFO("A server developed by: {}", STATUS_SERVER_DEVELOPERS);
SPDLOG_INFO("Visit our website for updates, support, and resources: "
"https://docs.opentibiabr.org/ and https://github.com/mattyx14/otxserver/");
"https://docs.opentibiabr.com/home/welcome/ and "
"https://github.com/mattyx14/otxserver/\n");

std::string configName = "config.lua";
// Check if config or config.dist exist
Expand Down

0 comments on commit 46a574c

Please sign in to comment.