[Server Crash] - Waterproofer component cannot be removed


Mobbstar

Recommended Posts

Bug Submission:

Category: Server Crash

Issue Title: Waterproofer component cannot be removed

Issue Description: The component "Waterproofer" has a severe issue in its OnRemoveFromEntity function. Upon firing, the game crashes.

It is really easy to fix, just place "self.inst" instead of "inst" and everything is fine.

Steps to Reproduce: Select any entity

Add waterproofer component (if not already there)

Remove waterproofer component

Link to comment
Share on other sites

A similiar issue arises with the tool component. Instead of "v", it says "v.id", which crashes the game.

 

Why even bother adding OnRemoveFromEntity functions to components if they don't work and are never applied or even tested anyways?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.