Wipe April 4th Compile ErrorFixed

Error while compiling MonumentAddons: There is no argument given that corresponds to the required parameter 'yOffset' of 'BaseNavigator.PlaceOnNavMesh(float)' | Line: 7615, Pos: 39

I have no clue the consequences - but if you comment out line 7781 "navigator.PlaceOnNavMesh();" it will compile. Awaiting a new version to resolve properly

все хорош работает =)                                                 

If you don't use the plugin to spawn in NPCs it's not a big deal, but I wouldn't comment it out. Put an argument of 1f in there for now: PlaceOnNavMesh(1f)

Locked automatically