mirror of
https://github.com/MinetestForFun/quests.git
synced 2025-01-10 10:10:22 +01:00
Remove one deprecated function
Deletes deprecated depends.txt and description.txt. Uses mod.conf for optional dependencies, and description.
This commit is contained in:
parent
48dd7aa045
commit
765e34bfe5
@ -1,4 +1,4 @@
|
|||||||
if rawget(_G, "cmsg") then
|
if minetest.global_exists("cmsg") then
|
||||||
function quests.show_message(t, playername, text)
|
function quests.show_message(t, playername, text)
|
||||||
if (quests.hud[playername].central_message_enabled) then
|
if (quests.hud[playername].central_message_enabled) then
|
||||||
local player = minetest.get_player_by_name(playername)
|
local player = minetest.get_player_by_name(playername)
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
intllib?
|
|
||||||
unified_inventory?
|
|
||||||
inventory_plus?
|
|
||||||
central_message?
|
|
Loading…
Reference in New Issue
Block a user