Ahorn icon indicating copy to clipboard operation
Ahorn copied to clipboard

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

Open RedstoneParadox opened this issue 4 years ago • 2 comments

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

RedstoneParadox avatar Aug 19 '21 01:08 RedstoneParadox

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

Cruor avatar Aug 19 '21 07:08 Cruor

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

orbittwz avatar Nov 07 '21 09:11 orbittwz