1
This commit is contained in:
parent
95174f3cc2
commit
4b78cf4bd1
@ -146,7 +146,7 @@ func (this* MetaMgr) IsBlockZone(country string, province string, city string) b
|
|||||||
this.fixedBlockRegionHashMutex.Lock()
|
this.fixedBlockRegionHashMutex.Lock()
|
||||||
defer this.fixedBlockRegionHashMutex.Unlock()
|
defer this.fixedBlockRegionHashMutex.Unlock()
|
||||||
|
|
||||||
if country == "" || province == "" || city == "" {
|
if country == "" || province == "" {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if country != "中国" {
|
if country != "中国" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user