Skip to content

Commit

Permalink
Disabled custom field hotspots
Browse files Browse the repository at this point in the history
  • Loading branch information
schwiti6190 committed Dec 15, 2024
1 parent d323f0e commit 6f2bb80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/field/CustomField.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function CustomField:draw(map)
if not self.fieldHotspot then
-- add hotspot when draw first called. Can't create in the constructor as on game load
-- when the custom fields are loaded there's no player yet
self:addHotspot()
-- TODO_25
-- self:addHotspot()
end
self.fieldPlot:draw(map)
end
Expand Down

0 comments on commit 6f2bb80

Please sign in to comment.