Skip to content

Removes the Debug and Server tab for non-admins

Rob Nelson requested to merge pull/6983/fuckingtabsareshitty into Bleeding-Edge

Created by: clusterfack

Deals with the 6 or so verbs that show up when you aren't an admin

  1. Both nano map generators have been moved to mapping (debug verbs) tab so that they aren't seen by everyone needlessly.
  2. The hard del() checking proc was fixed (it did NOTHING for months), improved, and moved to debug verbs as well
  3. The check mob list is now hidden, can still be accessed by typing the verb with . infront of it in case it is necessary
  4. The debug verb for cameras, view datum, is commented out because it's debug code for testing a specific thing
  5. Set base turf given to admins instead of being a verb for everyone because why wouldn't it be
  6. Fixes a bug where admin verbs of mod level weren't being removed even when de-adminned.

Merge request reports