minerCPP

Full Version: Building with no Op
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where would I have to look in the code and edit the option for user's to be able to build while there is no OP on? I just had a server full of people and realized after I left they couldn't build so they all dropped. Kinda sad but thanks if you could show me.
In the source code, search for the following line:
Quote:(player->userlevel < 51 && isOperated == false && guestblock == false)
Then remove it. Recompile (there is a guide on this forum), and run.
Thanks a bunch.
Locked.
Reference URL's