Skip to content

Commit

Permalink
map_voidground: fix mapx being incorrectly assigned mapSizeZ. (#4120)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron authored Jan 5, 2025
1 parent e57f99e commit 71c7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luarules/gadgets/map_voidground.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
local spGetUnitDefID = Spring.GetUnitDefID
local spGetUnitPosition = Spring.GetUnitPosition
local spGetFeaturePosition = Spring.GetFeaturePosition
local mapx = Game.mapSizeZ
local mapx = Game.mapSizeX
local mapz = Game.mapSizeZ

local gaiaTeamID = Spring.GetGaiaTeamID()
Expand Down

0 comments on commit 71c7996

Please sign in to comment.