Skip to content

Commit

Permalink
1.2.9a
Browse files Browse the repository at this point in the history
- Major changes
- Fixed `css_respawn`
- Added discord webhook
- Refactoring database class
  • Loading branch information
daffyyyy committed Feb 2, 2024
1 parent 86e8379 commit 0572ad7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CS2-SimpleAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
using Microsoft.Extensions.Localization;
using Microsoft.Extensions.Logging;
using MySqlConnector;
<<<<<<< Updated upstream
using System;
using System.Runtime.InteropServices;
=======
using Newtonsoft.Json;
>>>>>>> Stashed changes
using System.Collections.Concurrent;
using System.Runtime.InteropServices;
using System.Text;
Expand Down Expand Up @@ -52,13 +47,6 @@ public partial class CS2_SimpleAdmin : BasePlugin, IPluginConfig<CS2_SimpleAdmin
public override string ModuleAuthor => "daffyy";
public override string ModuleVersion => "1.2.9a";

<<<<<<< Updated upstream
public static MemoryFunctionVoid<CBasePlayerController, CCSPlayerPawn, bool, bool> CBasePlayerController_SetPawnFunc = new(
RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ? "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x49\x89\xFC\x53\x48\x89\xF3\x48\x81\xEC\xC8\x00\x00\x00" : "\\x44\\x88\\x4C\\x24\\x2A\\x55\\x57"
);
=======
>>>>>>> Stashed changes

public CS2_SimpleAdminConfig Config { get; set; } = new();

public override void Load(bool hotReload)
Expand Down

0 comments on commit 0572ad7

Please sign in to comment.