diff --git a/Resources/RetakesAllocator_gamedata.json b/Resources/RetakesAllocator_gamedata.json
index c434598..d977104 100644
--- a/Resources/RetakesAllocator_gamedata.json
+++ b/Resources/RetakesAllocator_gamedata.json
@@ -10,7 +10,7 @@
"signatures": {
"library": "server",
"windows": "44 89 44 24 ? 48 89 54 24 ? 48 89 4C 24 ? 55 56 57 41 54 41 55 41 56 41 57 48 8B EC",
- "linux": "55 48 89 E5 41 57 41 56 41 55 49 89 CD 41 54 53 48 83 EC"
+ "linux": "55 48 89 E5 41 57 41 56 48 8D 45 ? 41 55 41 54 53 48 89 CB"
}
},
"GiveNamedItem2": {
diff --git a/RetakesAllocator/Menus/AdvancedGunMenu.cs b/RetakesAllocator/Menus/AdvancedGunMenu.cs
index 304f77e..11d4d4c 100644
--- a/RetakesAllocator/Menus/AdvancedGunMenu.cs
+++ b/RetakesAllocator/Menus/AdvancedGunMenu.cs
@@ -7,6 +7,7 @@
using RetakesAllocator.Menus;
using RetakesAllocatorCore.Config;
using static RetakesAllocatorCore.PluginInfo;
+using CounterStrikeSharp.API.Modules.Events;
namespace RetakesAllocator.AdvancedMenus;
diff --git a/RetakesAllocator/RetakesAllocator.cs b/RetakesAllocator/RetakesAllocator.cs
index 912bc4d..72d8c56 100644
--- a/RetakesAllocator/RetakesAllocator.cs
+++ b/RetakesAllocator/RetakesAllocator.cs
@@ -21,6 +21,7 @@
using static RetakesAllocatorCore.PluginInfo;
using RetakesPluginShared;
using RetakesPluginShared.Events;
+using CounterStrikeSharp.API.Modules.Events;
namespace RetakesAllocator;
diff --git a/RetakesAllocator/RetakesAllocator.csproj b/RetakesAllocator/RetakesAllocator.csproj
index cb13d35..0c1027b 100644
--- a/RetakesAllocator/RetakesAllocator.csproj
+++ b/RetakesAllocator/RetakesAllocator.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/RetakesAllocatorCore/PluginInfo.cs b/RetakesAllocatorCore/PluginInfo.cs
index f678887..311034d 100644
--- a/RetakesAllocatorCore/PluginInfo.cs
+++ b/RetakesAllocatorCore/PluginInfo.cs
@@ -5,7 +5,7 @@ namespace RetakesAllocatorCore;
public static class PluginInfo
{
- public const string Version = "2.4.0";
+ public const string Version = "2.4.1";
public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";
diff --git a/RetakesAllocatorCore/RetakesAllocatorCore.csproj b/RetakesAllocatorCore/RetakesAllocatorCore.csproj
index 8bb22e5..d1f74b3 100644
--- a/RetakesAllocatorCore/RetakesAllocatorCore.csproj
+++ b/RetakesAllocatorCore/RetakesAllocatorCore.csproj
@@ -7,7 +7,7 @@
-
+
all