Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
v2.0.0 | Fixed Grim AC Plugin Name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWylot committed Dec 13, 2022
1 parent 96c28eb commit 778dc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.util.UUID
class GrimAntiCheat : AntiCheatSupport, Listener{
private val exempt: MutableSet<UUID> = HashSet()
override fun getPluginName(): String {
return "Matrix"
return "Grim"
}

override fun exempt(player: Player) {
Expand Down

0 comments on commit 778dc4e

Please sign in to comment.