Ahorn
Ahorn copied to clipboard
Can't teleport to rooms that have spaces in their names
As the title says, attempting to teleport to a room will fail if the room has spaces in its name.
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