check validity of saved server settings
added missing property for validity check
This commit is contained in:
@ -82,7 +82,8 @@ class ServerOptions extends AbstractStructure
|
||||
&& is_string($this->comment)
|
||||
&& is_string($this->password)
|
||||
&& is_string($this->passwordForSpectator)
|
||||
&& VoteRatio::isRatio($this->callVoteRatio);
|
||||
&& VoteRatio::isRatio($this->callVoteRatio)
|
||||
&& is_int($this->nextCallVoteTimeOut);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user