Skip to content

Commit

Permalink
better log description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed May 23, 2024
1 parent e3f3736 commit e10a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/WorldManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ std::vector<Data::World> WorldManager::GetWorlds()
}
catch (const std::exception& e)
{
Game::instance->log->Write("Error loading world: " + path + " - " + e.what());
Game::instance->log->Write("Error loading world: " + path + " - " + e.what() + " | It's probably corrupted.");
}
}
}
Expand Down

0 comments on commit e10a5a8

Please sign in to comment.