mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
[CSM] Remove non-functional minetest.get_day_count()
This commit is contained in:
parent
7e649f985c
commit
485b669840
3 changed files with 1 additions and 5 deletions
|
@ -143,8 +143,7 @@ core.after(5, function()
|
|||
core.ui.minimap:show()
|
||||
end
|
||||
|
||||
print("[PREVIEW] Day count: " .. core.get_day_count() ..
|
||||
" time of day " .. core.get_timeofday())
|
||||
print("[PREVIEW] Time of day " .. core.get_timeofday())
|
||||
|
||||
print("[PREVIEW] Node level: " .. core.get_node_level({x=0, y=20, z=0}) ..
|
||||
" max level " .. core.get_node_max_level({x=0, y=20, z=0}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue