Cleaned up the code in FastRiftRegenerator - mostly spacing, but also removed a pointless null check. It wouldn't matter because the reference was being accessed before it was checked and it should be impossible for it to be null.
Cleaned up the code in FastRiftRegenerator - mostly spacing, but also removed a pointless null check. It wouldn't matter because the reference was being accessed before it was checked and it should be impossible for it to be null.