D00Med / scifi_nodes

Minetest mod that adds scifi themed nodes
Other
12 stars 18 forks source link

teleporter error messages #39

Closed wsor4035 closed 4 years ago

wsor4035 commented 4 years ago

issue: the error messages for the teleporter(found in nodeboxes.lua) such as minetest.chat_send_all("There can only be two teleportation pads at a time!") and minetest.chat_send_all("Teleporter error!") which when they have errors, and someone not understand what tries multiple times, spams up the chat. could these perhaps be changed to use minetest.chat_send_player() instead?