forked from mtcontrib/awards
Compare commits
1 Commits
89d4a93f3b
...
nalc-1.0
Author | SHA1 | Date | |
---|---|---|---|
4f5260da5f |
@ -33,7 +33,7 @@ minetest.register_chatcommand("awards", {
|
||||
awards.show_to(action, name, nil, true)
|
||||
end
|
||||
|
||||
if (action == "disable" or action == "enable") and minetest.global_exists("sfinv") then
|
||||
if (action == "disable" or action == "enable") and minetest.global_exists("sfinv") and not minetest.get_modpath("unified_inventory") then
|
||||
local player = minetest.get_player_by_name(playern)
|
||||
if player then
|
||||
sfinv.set_player_inventory_formspec(player)
|
||||
|
@ -168,7 +168,7 @@ function awards.show_to(name, to, sid, text)
|
||||
if name == "" or name == nil then
|
||||
name = to
|
||||
end
|
||||
local data = awards.player(to)
|
||||
local data = awards.player(name)
|
||||
if name == to and data.disabled then
|
||||
minetest.chat_send_player(name, S("You've disabled awards. Type /awards enable to reenable."))
|
||||
return
|
||||
|
Reference in New Issue
Block a user