I have a mod that uses
function useBricks()
{
//code and parent
}
I want to be able to disable the parent and call a command to server when the client joins the server with it enabled.
But once the client joins another server the parent works and he should be able to use the brick menu like normal
How do I do this?