mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 06:52:33 +00:00
Fixed crash when clicking refresh games button due to api change
This commit is contained in:
@@ -25,8 +25,8 @@ class IMICRTS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def refresh_games
|
def refresh_games
|
||||||
@games_list.clear do |stack|
|
@games_list.clear do
|
||||||
stack.label "No games found..."
|
label "No games found..."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user