Project Zomboid

Project Zomboid

Fishing Pond
ISMoveableSpriteProps override
Hello, you override, not just hooking, the entirety of ISMoveableSpriteProps and is using an older vanilla version of it as well. Overriding entire file is not exactly mod compatibility friendly, neither is overriding specific function thus did be nice to highlight so in your mod description.

Anyway, do update your codes and override only the required function which I believe is

function ISMoveableSpriteProps:placeMoveableInternal( _square, _item, _spriteName )