feat: nameless worlds
This commit is contained in:
@@ -140,6 +140,10 @@ public:
|
||||
/// @brief Get world generator id
|
||||
std::string getGenerator() const;
|
||||
|
||||
bool isNameless() const {
|
||||
return info.name.empty();
|
||||
}
|
||||
|
||||
WorldInfo& getInfo() {
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user