1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

[CSM] Implement minetest.get_csm_restrictions()

fixes #8068
This commit is contained in:
sfan5 2019-11-09 11:00:19 +01:00
parent 3f271564e0
commit 2c4cf508a9
5 changed files with 51 additions and 0 deletions

View file

@ -14,6 +14,9 @@ print("Server version: " .. server_info.protocol_version)
print("Server ip: " .. server_info.ip)
print("Server address: " .. server_info.address)
print("Server port: " .. server_info.port)
print("CSM restrictions: " .. dump(core.get_csm_restrictions()))
mod_channel = core.mod_channel_join("experimental_preview")
core.after(4, function()