Block Momuments?Fixed

Is there a way we can block users from using pipes on quarry momuments?

I need to find out why this is happening. You shouldn't be able to place a pipe anywhere you can't build so it shouldn't be possible.

Has you managed to solve it?

Please make sure that admins can still do this though, as we intentionally add pipes to quarry monuments. Players don't have access to pipes on our server.

I'll look into it.

I updated line 2422 (in v0.9.26) to the line below to let me add pipes, as admin, to quarries in the monument.

if (!ContainerHelper.InMonument(entity) && !playerHelper.IsAdmin)
Locked automatically