Ignore:
Timestamp:
Feb 16, 2023, 3:50:53 PM (21 months ago)
Author:
alloc
Message:

Latest state including reworking to the permissions system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/ModApi.cs

    r391 r404  
     1using System.Reflection;
     2using HarmonyLib;
    13using JetBrains.Annotations;
    24using Webserver.UrlHandlers;
     
    1214                        ModEvents.GameShutdown.RegisterHandler (GameShutdown);
    1315                        modInstance = _modInstance;
     16
     17                        Harmony.CreateAndPatchAll (Assembly.GetExecutingAssembly ());
    1418                }
    1519
Note: See TracChangeset for help on using the changeset viewer.