|
@@ -313,7 +313,7 @@ func checkCond(eg *xorm.Engine, uid, teamCountMin int) (int, int) { |
|
|
total = teamtotal.TeamCount |
|
|
total = teamtotal.TeamCount |
|
|
} |
|
|
} |
|
|
if total >= teamCountMin { |
|
|
if total >= teamCountMin { |
|
|
isfreeze = 1 |
|
|
|
|
|
|
|
|
isfreeze = 0 |
|
|
} |
|
|
} |
|
|
return isfreeze, total |
|
|
return isfreeze, total |
|
|
} |
|
|
} |
|
|