mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
3f271564e0
commit
2c4cf508a9
5 changed files with 51 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue