selected_index

This commit is contained in:
2023-10-12 00:10:13 +09:00
parent 6eaf415107
commit fb3a789910

View File

@@ -159,7 +159,7 @@ Event.add(defines.events.on_tick, function(_)
if switch_index == 1 then
local selected_index = current_camera_set.buttons.table[cctv_player.name].selected_index
if selected_index ~= nil or selected_index ~= 0 then
if selected_index > 0 then
current_camera_set['cctv_display'].position = game.players[selected_index].position
current_camera_set['cctv_display'].surface_index = game.players[selected_index].surface_index