mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
[CSM] Add enable_client_modding param (default: false)
This commit is contained in:
@@ -245,7 +245,9 @@ void ClientEnvironment::step(float dtime)
|
||||
}
|
||||
}
|
||||
|
||||
m_script->environment_step(dtime);
|
||||
if (m_client->moddingEnabled()) {
|
||||
m_script->environment_step(dtime);
|
||||
}
|
||||
|
||||
/*
|
||||
A quick draft of lava damage
|
||||
|
Reference in New Issue
Block a user