mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add core.compare_block_status function (#11247)
Makes it possible to check the status of the mapblock in a future-extensible way.
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
//// Flags
|
||||
////
|
||||
|
||||
inline bool isDummy()
|
||||
inline bool isDummy() const
|
||||
{
|
||||
return !data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user