Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
valekatoz committed Feb 15, 2024
1 parent ddd2927 commit 6fe72e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/net/kore/modules/protection/StaffAnalyser.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ public void onTick(final TickEvent.ClientTickEvent event) {
}).start();
}
}

@Override
public void assign()
{
Kore.staffAnalyser = this;
}
}

0 comments on commit 6fe72e7

Please sign in to comment.