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:
parent
d0d7c11fe1
commit
903d13ffff
3 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue