added beacon change channel text

This commit is contained in:
PreLeyZero 2022-04-10 15:04:21 +02:00
parent e05bfa01cf
commit 0c26ae9252

View file

@ -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