mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-03-23 02:19:40 +00:00
parent
08f0c555f5
commit
1a632137db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue