We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b6956 commit 5ecb2e7Copy full SHA for 5ecb2e7
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
2
-V: 3.4.27
3
-- Updated for 14.1.3
4
-- Moved some of the playerlist obfuscation to rely on the basegame implementation
+V: 3.4.28
+- Updated for 14.1.4
+- Increased prediction range of anti ESP
CedMod/Plugin.cs
@@ -60,7 +60,7 @@ public class CedModMain: LabApi.Loader.Features.Plugins.Plugin<Config>
60
public static CancellationToken CancellationToken;
61
public CancellationTokenSource CancellationTokenSource;
62
63
- public const string PluginVersion = "3.4.27";
+ public const string PluginVersion = "3.4.28";
64
65
public override string Name { get; } = "CedMod";
66
public override string Author { get; } = "ced777ric#8321";
0 commit comments