diff --git a/caver/tsc_file.lua b/caver/tsc_file.lua index adc8fa0..5002b8c 100644 --- a/caver/tsc_file.lua +++ b/caver/tsc_file.lua @@ -112,7 +112,7 @@ function TscFile:_getLabelPositionRange(label) end if labelStart == nil then - error(("%s: Could not find label: %s"):format(self.mapName, label)) + error(("Could not find label: %s"):format(label)) labelStart = 1 end