mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Fixed crash due to renaming variable
This commit is contained in:
@@ -112,7 +112,7 @@ module TAC
|
||||
start_clock(:endgame_only)
|
||||
end
|
||||
|
||||
button "Abort Clock", width: 1.0 do
|
||||
button "Abort Match", width: 1.0 do
|
||||
RemoteControl.connection.puts(ClockNet::PacketHandler.packet_abort_clock)
|
||||
end
|
||||
|
||||
@@ -260,6 +260,7 @@ module TAC
|
||||
end
|
||||
|
||||
def randomizer_changed(boolean)
|
||||
puts "Randomizer is visable? #{boolean}"
|
||||
@randomizer_label.value = "Visible" if boolean
|
||||
@randomizer_label.value = "Not Visible" unless boolean
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user