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 }; /**