We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae774a6 commit f09074fCopy full SHA for f09074f
1 file changed
scripts/field/CustomField.lua
@@ -66,6 +66,7 @@ function CustomField:addHotspot()
66
self.fieldHotspot = CustomFieldHotspot.new()
67
self.fieldHotspot:setField(self)
68
self.fieldHotspot:setOwnerFarmId(g_currentMission.playerSystem:getLocalPlayer().farmId)
69
+ self.fieldHotspot.name = self:getName()
70
g_currentMission:addMapHotspot(self.fieldHotspot)
71
end
72
0 commit comments