From 518332da3973335711d14d8f6ed9b09be01e6391 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Mon, 3 Oct 2022 05:06:55 +0700 Subject: [PATCH] Change register of `CPT_Players` type definition This is a stylistic change --- sources/Commands/Command.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Commands/Command.uc b/sources/Commands/Command.uc index 83df47b..ad01d0d 100644 --- a/sources/Commands/Command.uc +++ b/sources/Commands/Command.uc @@ -101,7 +101,7 @@ enum ParameterType // Parses into any JSON value CPT_JSON, // Parses into an array of specified players - CPT_PLAYERS + CPT_Players }; /**