Ignore:
Timestamp:
Apr 24, 2023, 2:40:34 PM (19 months ago)
Author:
alloc
Message:

*Updated web permissions system
*Fixed webpermissions command
*Moved API "webmods" to "mods", also lists non-webmod mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/WebAPI/APIs/Command.cs

    r408 r426  
    33using JetBrains.Annotations;
    44using Utf8Json;
     5using Webserver.Permissions;
    56
    67namespace Webserver.WebAPI.APIs {
     
    130131                }
    131132
    132                 public override int DefaultPermissionLevel () => 2000;
     133                public override int DefaultPermissionLevel () => AdminWebModules.PermissionLevelGuest;
    133134        }
    134135}
Note: See TracChangeset for help on using the changeset viewer.