populate missing array value types in network namespace

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:12:00 +00:00
parent a5764b3ae9
commit fc0619ee6e
10 changed files with 25 additions and 10 deletions

View File

@ -360,6 +360,9 @@ class AvailableCommandsPacket extends DataPacket{
}
}
/**
* @param string[] $postfixes
*/
private function argTypeToString(int $argtype, array $postfixes) : string{
if($argtype & self::ARG_FLAG_VALID){
if($argtype & self::ARG_FLAG_ENUM){