mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add updating to online content browser
This commit is contained in:
@@ -98,6 +98,9 @@ void parseContentInfo(ContentSpec &spec)
|
||||
|
||||
if (conf.exists("author"))
|
||||
spec.author = conf.get("author");
|
||||
|
||||
if (conf.exists("release"))
|
||||
spec.release = conf.getS32("release");
|
||||
}
|
||||
|
||||
if (spec.desc.empty()) {
|
||||
|
Reference in New Issue
Block a user