This commit is contained in:
as2252258@163.com
2021-09-20 00:54:58 +08:00
parent 8734941ba6
commit 6dd2be22a2
+1 -1
View File
@@ -85,7 +85,7 @@ class ServerCommand extends Command
private function configure_set()
{
$enable_coroutine = Config::get('servers.settings.enable_coroutine', false);
if ($enable_coroutine == true) {
if ($enable_coroutine != true) {
return;
}
Coroutine::set([