1
0
Fork 0
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:
sfan5 2019-11-09 11:29:20 +01:00
parent 7e649f985c
commit 485b669840
3 changed files with 1 additions and 5 deletions

View file

@ -1330,7 +1330,6 @@ void ModApiEnvMod::Initialize(lua_State *L, int top)
void ModApiEnvMod::InitializeClient(lua_State *L, int top)
{
API_FCT(get_timeofday);
API_FCT(get_day_count);
API_FCT(get_node_max_level);
API_FCT(get_node_level);
API_FCT(find_node_near);