Skip to content

Commit e3edbf1

Browse files
authored
Merge pull request #740 from Courseplay/issue-726
Fix for #726
2 parents ae774a6 + f09074f commit e3edbf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/field/CustomField.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function CustomField:addHotspot()
6666
self.fieldHotspot = CustomFieldHotspot.new()
6767
self.fieldHotspot:setField(self)
6868
self.fieldHotspot:setOwnerFarmId(g_currentMission.playerSystem:getLocalPlayer().farmId)
69+
self.fieldHotspot.name = self:getName()
6970
g_currentMission:addMapHotspot(self.fieldHotspot)
7071
end
7172

0 commit comments

Comments
 (0)