Skip to content

Commit a2f98e8

Browse files
committed
updoot
1 parent c1dca91 commit a2f98e8

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11

2-
V: 3.4.29
3-
- Updated for 14.2
4-
- Improved prediction on Anti-ESP
5-
- Instead of a static prediction factor, it will now try to check in increments of 0.25 meters up to 3 attempts, instead of the previous static 0.75 meter prediction.
6-
7-
- Removed the PlayerList spoofing override for scp 1344 (goggles), as it is no longer necessary.
2+
V: 3.4.30
3+
- Updated for 14.2.3

CedMod/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class CedModMain: LabApi.Loader.Features.Plugins.Plugin<Config>
6060
public static CancellationToken CancellationToken;
6161
public CancellationTokenSource CancellationTokenSource;
6262

63-
public const string PluginVersion = "3.4.29";
63+
public const string PluginVersion = "3.4.30";
6464

6565
public override string Name { get; } = "CedMod";
6666
public override string Author { get; } = "ced777ric#8321";

0 commit comments

Comments
 (0)