From 96e8208e3cd7c7e1390019a5a4e9ab37a108ba6d Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:35:48 +1000 Subject: [PATCH] Fix typo + improve arty spotter script description (#400) --- resources/plugins/arty/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/plugins/arty/plugin.json b/resources/plugins/arty/plugin.json index 8b34ec1f..55c766c8 100644 --- a/resources/plugins/arty/plugin.json +++ b/resources/plugins/arty/plugin.json @@ -3,7 +3,7 @@ "defaultValue": false, "specificOptions": [ { - "nameInUI": "Time to impcat of the rounds", + "nameInUI": "Time to impact of the rounds", "mnemonic": "user_fireDelay", "defaultValue": 15 }, @@ -18,7 +18,7 @@ "defaultValue": 150 }, { - "nameInUI": "Max spotting distance. In kilometers.", + "nameInUI": "Max spotting distance (in km)", "mnemonic": "user_spottingDistance", "defaultValue": 15 } @@ -35,4 +35,4 @@ "mnemonic": "arty-config" } ] -} \ No newline at end of file +}