diff --git a/scripts/gui.lua b/scripts/gui.lua index 808e0a1..8215f63 100644 --- a/scripts/gui.lua +++ b/scripts/gui.lua @@ -544,6 +544,8 @@ function gui.on_selected(e) global.ki.beacon[id].channel = global.ki.selectchannel table.insert(global.ki.channel[global.ki.selectchannel].beacons, id) + + player.create_local_flying_text({text="Channel "..tostring(global.ki.selectchannel), position=v.position}) end end