mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Make sure mod paths are always absolute
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user