Skip to content

Commit

Permalink
Change timer punishment to ban.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaubb committed Sep 15, 2024
1 parent 5781ff4 commit 9dcddc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ac_BP/src/Data/Default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ export default {
},
antiTimer: {
enabled: true,
punishment: "tempkick",
maxVL: 5,
punishment: "ban",
maxVL: 2,
minTimerLog: 3,
maxTickMovment: 196, // 12 cunks distance
tickMovementCooldown: 8000,
Expand Down

0 comments on commit 9dcddc7

Please sign in to comment.