Merge branch '1254-range-setsoundfilespath-path' into 'develop'

Fixed issue 1254

Closes #1254

See merge request Wingthor/MOOSE!1259
This commit is contained in:
Wingthor 2020-02-01 20:28:07 +01:00
commit d43f77706e

View File

@ -1088,7 +1088,7 @@ end
-- @return #RANGE self
function RANGE:SetSoundfilesPath(path)
self.soundpath=tostring(path or "Range Soundfiles/")
self:I(self.lid..string.format("Setting sound files path to %s", self.soundpath))
self:I(self.id..string.format("Setting sound files path to %s", self.soundpath))
return self
end