Skip to content

Commit f09074f

Browse files
committed
Fix for #726
#726
1 parent ae774a6 commit f09074f

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)