mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 11:25:24 +01:00
LINT fix since cloud API merge
This commit is contained in:
@@ -107,10 +107,7 @@ public:
|
||||
m_cloud_params = cloud_params;
|
||||
}
|
||||
|
||||
const CloudParams &getCloudParams() const
|
||||
{
|
||||
return m_cloud_params;
|
||||
}
|
||||
const CloudParams &getCloudParams() const { return m_cloud_params; }
|
||||
|
||||
bool checkModified() const { return m_dirty || inventory.checkModified(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user