File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ namespace SER.Code.Plugin;
77
88#if EXILED
99public class Config : IConfig
10- #endif
10+ #else
1111public class Config
12+ #endif
1213{
1314 public bool IsEnabled { get ; set ; } = true ;
1415
Original file line number Diff line number Diff line change 1- using LabApi . Events . Arguments . PlayerEvents ;
1+ using Exiled . API . Features ;
2+ using LabApi . Events . Arguments . PlayerEvents ;
23using LabApi . Events . CustomHandlers ;
3- using LabApi . Features ;
44using LabApi . Features . Console ;
55using MEC ;
66using SER . Code . Extensions ;
@@ -26,8 +26,6 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin<Config>
2626 public override string Description => "The scripting language for SCP:SL." ;
2727 public override Version RequiredApiVersion => LabApiProperties . CurrentVersion ;
2828#else
29- using Exiled . API . Features ;
30-
3129public class MainPlugin : Plugin < Config >
3230{
3331#endif
You can’t perform that action at this time.
0 commit comments