From b1d551ddcf05a9251814418e1b8fcf59afdb33bc Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 1 Aug 2025 15:15:35 +0200 Subject: Remove erroneus parsing of stage --- Map/Business/WmapParser/Lexer.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Map/Business/WmapParser/Lexer.swift b/Map/Business/WmapParser/Lexer.swift index c79879f..4b5659e 100644 --- a/Map/Business/WmapParser/Lexer.swift +++ b/Map/Business/WmapParser/Lexer.swift @@ -117,9 +117,6 @@ extension Wmap { case "0"..."9", ".": return scanNumber() - case "i": - return scanStageOrLabel() - default: // If we're expecting text, scan as text instead of vertex label if expectingText { -- cgit