mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
LINT fix since cloud API merge
This commit is contained in:
parent
dd591119a3
commit
9a9ae7d65c
3 changed files with 7 additions and 10 deletions
|
@ -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(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue