mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-13 02:28:03 +00:00
make play key perms make sense
adjust GM level 1 name and some related displays
This commit is contained in:
@@ -31,7 +31,7 @@ def index():
|
||||
@login_required
|
||||
def about():
|
||||
"""About Page"""
|
||||
mods = Account.query.filter(Account.gm_level > 0).order_by(Account.gm_level.desc()).all()
|
||||
mods = Account.query.filter(Account.gm_level > 1).order_by(Account.gm_level.desc()).all()
|
||||
online = 0
|
||||
users = []
|
||||
zones = {}
|
||||
|
Reference in New Issue
Block a user