Skip to content

Commit

Permalink
Fixed third hydro not spawning for left middle player in top team
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Nov 27, 2021
1 parent f5f31c8 commit a78e3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourcesSpawner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ newInstance = function(resourceCreator, mapEditorTables, scenarioMarkers, player
ARMY_TOP_LMID = function()
resourceCreator.createHydro(VECTOR3(61.5, 25.9922, 140.5))
resourceCreator.createHydro(VECTOR3(79.5, 25.9922, 122.5))
resourceCreator.createHydro(VECTOR3(61.5, 25.9922, 140.5))
resourceCreator.createHydro(VECTOR3(79.5, 25.9922, 140.5))
end,
ARMY_TOP_RMID = function()
resourceCreator.createHydro(VECTOR3(122.5, 25.9922, 79.5))
Expand Down

0 comments on commit a78e3c8

Please sign in to comment.