10
This commit is contained in:
parent
254516e465
commit
dd2bd55c7a
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ if ($fileContent -match "\`$clanmembers\s*=\s*array\(([^)]+)\)") {
|
||||||
else {
|
else {
|
||||||
Write-Output "Clan members not found"
|
Write-Output "Clan members not found"
|
||||||
}
|
}
|
||||||
if ($clanMembersArray.count -ge 10 ) {
|
if ($clanMembersArray.count -gt 10 ) {
|
||||||
write-output "Currently not able to process more then 10 players"
|
write-output "Currently not able to process more then 10 players"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ if ($fileContent -match "\`$clanmembers\s*=\s*array\(([^)]+)\)") {
|
||||||
else {
|
else {
|
||||||
Write-Output "Clan members not found"
|
Write-Output "Clan members not found"
|
||||||
}
|
}
|
||||||
if ($clanMembersArray.count -ge 10 ) {
|
if ($clanMembersArray.count -gt 10 ) {
|
||||||
write-output "Currently not able to process more then 10 players"
|
write-output "Currently not able to process more then 10 players"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue