This is a modified version of Desert Behemoths: Sandworms! by frozenhamburgers.
Original project license: GPL
The original mod crashes on dedicated servers when a player shoots a sandworm. This is because SonicBoomFx is a client-only class, but it was being called on the server side.
This fork fixes that issue with a simple client-side check. All original gameplay and features remain unchanged.
Full source code is available on GitHub:
https://github.com/jmecn/desert-behemoths-sandworms
This fix has been submitted to the original author as a Pull Request:
#14
This project is licensed under the GPL, in accordance with the original mod's license. All original copyright notices are preserved.
If the original mod is updated to include this fix, this version will remain available for reference.