Skip to content

Commit

Permalink
Merge pull request #322 from vohk/patch-1
Browse files Browse the repository at this point in the history
Fix typo in auto-kick-unassigned.js
  • Loading branch information
werewolfboy13 committed Nov 18, 2023
2 parents 8a988c1 + 5427d36 commit 06c7e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-server/plugins/auto-kick-unassigned.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class AutoKickUnassigned extends BasePlugin {
warningMessage: {
required: false,
description: 'Message SquadJS will send to players warning them they will be kicked',
default: 'Join a squad, you are are unassigned and will be kicked'
default: 'Join a squad, you are unassigned and will be kicked'
},
kickMessage: {
required: false,
Expand Down

0 comments on commit 06c7e7f

Please sign in to comment.