event master check default off

This commit is contained in:
源文雨
2022-09-10 13:14:43 +08:00
parent 0860a105ed
commit fa82bdec79
2 changed files with 4 additions and 4 deletions

View File

@@ -40,6 +40,6 @@ func (s *storage) isinviteon() bool {
}
// 主人
func (s *storage) ismasteron() bool {
func (s *storage) ismasteroff() bool {
return *s&0b100 > 0
}