Merge pull request #322 from vohk/patch-1

Fix typo in auto-kick-unassigned.js
This commit is contained in:
Marek 2023-11-18 01:31:03 -06:00 committed by GitHub
commit 06c7e7fed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,