rhelmot / CelesteRandomizer

Celeste mod to produce randomized maps from existing level data
MIT License
35 stars 14 forks source link

Game crashes when use ctrl+right click to teleport on debug map. #79

Closed DemoJameson closed 4 years ago

DemoJameson commented 4 years ago

No problem with the first random map after game launches. On the second random map it causes the game to crash, because AreaData.Get(areaKey) is null.

log.txt

rhelmot commented 4 years ago

Fixed. Arguably this is a bug in everest for not considering the SID when comparing two AreaKey values with ==.