Fixing one comment

This commit is contained in:
Silversthorn 2021-08-30 21:23:21 +02:00
parent 40be16ec96
commit 4c5ddf8f80

View File

@ -157,7 +157,7 @@ class Controller:
@staticmethod
def can_add_role(user_id):
#TODO: Complete if we need a User Addition limit
#TODO: Complete if we need a Role Addition limit
#return db_helper.can_add_in_crafty(user_id, Enum_Permissions_Crafty.Roles_Config)
return True