Skip to content

Commit

Permalink
Update auto-kick-unassigned.js
Browse files Browse the repository at this point in the history
Fixed typo in unassigned warning.
  • Loading branch information
vohk committed Nov 18, 2023
1 parent 8a988c1 commit 5427d36
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 5427d36

Please sign in to comment.