mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
[Crash] World CLI validation (#4728)
* [Crash] World CLI validation * Clean
This commit is contained in:
@@ -76,7 +76,7 @@ void PathManager::LoadPaths()
|
||||
constexpr int path_width = 0;
|
||||
constexpr int break_length = 70;
|
||||
|
||||
std::cout << std::endl;
|
||||
LogInfo("Loading server paths");
|
||||
LogInfo("{}", Strings::Repeat("-", break_length));
|
||||
for (const auto& [name, in_path] : paths) {
|
||||
if (!in_path.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user