Remove command

master
Wuzzy 2020-08-28 16:28:52 +02:00
parent bc35906cf3
commit 3b475bee93
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
local S = calendar._get_translator("calendar")
minetest.register_chatcommand("calendar", {
description = S("Display calendar"),
func = function( name, param )
calendar.show_calendar(name)
end,
})

View File

@ -186,4 +186,3 @@ calendar.get_date_string = function(format, total_days)
end
dofile(minetest.get_modpath("calendar").."/gui.lua")
dofile(minetest.get_modpath("calendar").."/command.lua")