timhjersted / tsorcRevamp

The Story of Red Cloud's Dark Souls mod, updated to TModLoader
GNU General Public License v3.0
23 stars 15 forks source link

Remove vestigial code from Spazmatism's teleport #40

Closed stinky-lizard closed 1 year ago

stinky-lizard commented 1 year ago

Spazmatism V2 would previously teleport to the player when too far away, and show a message in chat when doing so. The teleport was commented out, but the chat message was not, so getting too far away from Spazmatism would show the message in chat every frame, possibly making the player miss other important chat messages.

Since the code is commented out anyway, I went ahead and just deleted the if-statement in question.