mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-13 05:40:18 +01:00
tweak switching-to msg
This commit is contained in:
parent
2e4c2e2667
commit
088b5ee120
2
init.lua
2
init.lua
|
@ -998,7 +998,7 @@ minetest.register_tool("unifieddyes:airbrush", {
|
|||
minetest.chat_send_player(player_name, "*** That node is uncolored.")
|
||||
return
|
||||
end
|
||||
minetest.chat_send_player(player_name, "*** Switching to dye:"..newcolor.." to match that node.")
|
||||
minetest.chat_send_player(player_name, "*** Switching to "..newcolor.." for the airbrush, to match that node.")
|
||||
unifieddyes.player_current_dye[player_name] = "dye:"..newcolor
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user