Skip to content

Commit

Permalink
0xC390909001B0C031
Browse files Browse the repository at this point in the history
  • Loading branch information
NTT1906 committed Feb 21, 2024
1 parent 475150b commit 150a79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/galaxygames/ovommand/Ovommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function onPreRun(CommandSender $sender, array $args, array $nonParsedArg
// BrokenSyntaxResult::CODE_INVALID_INPUTS => "Invalid inputs!",
// default => "Unknown code report!"
// }
// ); //TODO: remove debug msg
// ); //TODO: remove debug msg
if ($this->doSendingSyntaxWarning) {
$sender->sendMessage($message);
}
Expand Down
2 changes: 1 addition & 1 deletion src/galaxygames/ovommand/utils/MessageParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enum MessageParser : string{
case EXCEPTION_ENUM_NULL_VALUE = "Enum's values cannot be null!";
case EXCEPTION_ENUM_INVALID_VALUE_NAME_TYPE = "Enum's value-name is not a string!"; //TODO: better msg
case EXCEPTION_ENUM_ALREADY_EXISTED = "Enum '{enumName}' is already registered!";
case EXCEPTION_ENUM_ALIAS_REGISTERED = "Alias '{aliasName}' is already used for another key!";
case EXCEPTION_ENUM_ALIAS_REGISTERED = "Alias '{aliasName}' is already used for another key!"; //TODO: ref
case EXCEPTION_ENUM_ALIAS_UNKNOWN_KEY = "Alias '{'aliasName}' is registered to unknown key '{key}'!";
case EXCEPTION_ENUM_ALIAS_UNKNOWN_TYPE = "Unknown alias type '{type}' has been registered to key '{key}'!";
case EXCEPTION_ENUM_INVALID_DEFAULT = "You cannot set enum '{enumName}' to be default from outside!";
Expand Down

0 comments on commit 150a79a

Please sign in to comment.