mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Deal with compiler warnings
This commit is contained in:
@@ -407,7 +407,7 @@ public:
|
||||
}
|
||||
|
||||
ClientScripting *getScript() { return m_script; }
|
||||
const bool modsLoaded() const { return m_mods_loaded; }
|
||||
bool modsLoaded() const { return m_mods_loaded; }
|
||||
|
||||
void pushToEventQueue(ClientEvent *event);
|
||||
|
||||
|
Reference in New Issue
Block a user