Skip to content

Commit

Permalink
remove broken @GAMe from game.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
BenA authored and BenA committed Sep 30, 2024
1 parent 55303e8 commit 268bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_esp/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def mza
end

def madrid_hex
@madrid_hex ||= @game.hex_by_id(MADRID_HEX)
@madrid_hex ||= hex_by_id(MADRID_HEX)
end

def setup
Expand Down

0 comments on commit 268bda8

Please sign in to comment.