Browse Source

Change register of `CPT_Players` type definition

This is a stylistic change
pull/8/head
Anton Tarasenko 2 years ago
parent
commit
518332da39
  1. 2
      sources/Commands/Command.uc

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

Loading…
Cancel
Save