From b001bfb71a1e3906a9b2dc2f5b330ab47680ff1a Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sun, 30 Jan 2022 21:29:31 +1100 Subject: [PATCH] Fix typo in setting description --- project-zomboidconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 8554334..13958fe 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -472,7 +472,7 @@ { "DisplayName":"PvP Cooldown Timer", "Category":"Gameplay Settings", - "Description":"Time taken before PvP can be toggle again", + "Description":"Time taken before PvP can be toggled again", "Keywords":"safetysystem,pvp,timer,cooldown", "FieldName":"SafetyCooldownTimer", "InputType":"number",