Skip to content

Commit 747a4e9

Browse files
committed
oogabooga
1 parent 660bd43 commit 747a4e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
V: 3.4.29
3+
- Updated for 14.2
34
- Improved prediction on Anti-ESP
45
- 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.
56

CedMod/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public override void OnEnabled()
7878
}
7979
#else
8080
public override string Description { get; } = "Moderation system and admin tools";
81-
public override Version RequiredApiVersion { get; } = new Version(0, 0,0);
81+
public override Version RequiredApiVersion { get; } = new Version(1, 1,4);
8282
public override LoadPriority Priority { get; } = LoadPriority.High;
8383

8484
public override void Enable()

0 commit comments

Comments
 (0)