aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-08-01 15:15:35 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-08-01 15:15:35 +0200
commitb1d551ddcf05a9251814418e1b8fcf59afdb33bc (patch)
treeb1f695c42c491c38d083ba9b11ac0cde920e6d40
parent365d96fffd94a1594e890bd5ae97dca7f580728a (diff)
Remove erroneus parsing of stage
-rw-r--r--Map/Business/WmapParser/Lexer.swift3
1 files changed, 0 insertions, 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 {