1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Make sure mod paths are always absolute

This commit is contained in:
sfan5 2025-01-09 13:15:36 +01:00
parent d0d7c11fe1
commit 903d13ffff
3 changed files with 8 additions and 4 deletions

View file

@ -25,7 +25,7 @@ struct ModSpec
{
std::string name;
std::string author;
std::string path;
std::string path; // absolute path on disk
std::string desc;
int release = 0;