mchorse / blockbuster

The Machinima Studio mod
GNU General Public License v3.0
162 stars 39 forks source link

Fix Bug (about BlockBuster&JourneyMap) #235

Closed SST-03 closed 1 year ago

SST-03 commented 1 year ago

Now it won't crash when users use JourneyMap mod with BlockBuster Mod.

Chryfi commented 1 year ago

Thank you! I will look into it, but as far as I can see it looks good.

SST-03 commented 1 year ago

Now it won't crash when users use JourneyMap mod with BlockBuster Mod.

It used to crash when you opened the Fake Player Option then tried to play the sence. That's because when the actor spawns, JourneyMap trys to get an Attribute from mchorse.blockbuster.recording.scene.fake.FakeChannel but will get null. Then the game will crash. This bug is mentioned in this docoment.

Similar problems may appear sometime, because many methods in this package just return null.

Chryfi commented 1 year ago

Thanks