dedi-api update
This commit is contained in:
@ -82,8 +82,8 @@ class ServerOptions extends AbstractStructure
|
||||
&& is_string($this->comment)
|
||||
&& is_string($this->password)
|
||||
&& is_string($this->passwordForSpectator)
|
||||
&& VoteRatio::isRatio($this->callVoteRatio)
|
||||
&& is_int($this->nextCallVoteTimeOut);
|
||||
&& is_int($this->nextCallVoteTimeOut)
|
||||
&& VoteRatio::isRatio($this->callVoteRatio);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user