Removed accidental }
This commit is contained in:
parent
a2fafc1864
commit
88ff02a5e1
|
@ -140,7 +140,6 @@ function everyone() {
|
||||||
for ($i = 1; $i < count($command_list); $i++){
|
for ($i = 1; $i < count($command_list); $i++){
|
||||||
$text .= $command_list[$i];
|
$text .= $command_list[$i];
|
||||||
$text .= " ";
|
$text .= " ";
|
||||||
}
|
|
||||||
}
|
}
|
||||||
send_html($text);
|
send_html($text);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue