uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

replace donator-level text comparison checks #238

Open uncovery opened 8 years ago

uncovery commented 8 years ago

There are still lots of donator checks left in the code where we look if the word "Donator" is a part of the userlevel. This is leftover from the DonatorPlus/Donator situation. We should replace this code with a simple "is_donator()" code.