From 9dcd0beecad168029b85abd8f203249c543ef844 Mon Sep 17 00:00:00 2001 From: DoubleRepo <34832750+DoubleRepo@users.noreply.github.com> Date: Thu, 5 Apr 2018 00:47:21 +0200 Subject: [PATCH] Update bercon.js 3 typo's --- lib/modules/z-bot-be-rcon/bercon.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/modules/z-bot-be-rcon/bercon.js b/lib/modules/z-bot-be-rcon/bercon.js index 88c2c14..97f7e0a 100644 --- a/lib/modules/z-bot-be-rcon/bercon.js +++ b/lib/modules/z-bot-be-rcon/bercon.js @@ -626,11 +626,11 @@ class ZBotBERcon }, { command: 'load scripts', - desc: 'Reloads al BE scripts' + desc: 'Reloads all BE scripts' }, { command: 'load events', - desc: 'Reloads al BE events' + desc: 'Reloads all BE events' }, { command: 'say all [text]', @@ -642,7 +642,7 @@ class ZBotBERcon }, { command: 'MaxPing [ping]', - desc: 'Sets the maxping of the serve.' + desc: 'Sets the maxping of the server.' }, { command: 'kick [playerId] [reason]', @@ -1267,4 +1267,4 @@ class ZBotBERcon } -module.exports = ZBotBERcon; \ No newline at end of file +module.exports = ZBotBERcon;