CelestialCartographers / Ahorn

Visual Map Maker and Level Editor for the game Celeste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't teleport to rooms that have spaces in their names

RedstoneParadox opened this issue · comments

As the title says, attempting to teleport to a room will fail if the room has spaces in its name.

commented

Looks like a bug in Everest DebugRC to me. It doesn't unescape the URL, which means it thinks the room name is foo%20bar.
https://github.com/EverestAPI/Everest/blob/dev/Celeste.Mod.mm/Mod/Everest/Everest.DebugRC.cs#L116-L133

it's not a best practice to put space in a room name