Fixed issue 1254

This commit is contained in:
Wingthor 2020-02-01 20:27:00 +01:00
parent 6d3bbe88e6
commit 5e1fb36d01

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