shortend text message

This commit is contained in:
PreLeyZero 2022-04-10 15:36:56 +02:00
parent 816f36b979
commit 4a16968238
2 changed files with 2 additions and 2 deletions

View file

@ -604,7 +604,7 @@ end
--=================================================================================
function make_beacon_text(entity)
entity.surface.create_entity({name="flying-text", position=entity.position, text="Channel: "..global.ki.beacon[entity.unit_number].channel, color={r=1, g=1, b=1}})
entity.surface.create_entity({name="flying-text", position=entity.position, text="CH: "..global.ki.beacon[entity.unit_number].channel, color={r=1, g=1, b=1}})
end
function remove_request_ghost(entity)