diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 1c3b6083e7..bfded0ecb5 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -42,8 +42,8 @@ protected function schedule(Schedule $schedule) // $this->call('ra:sync:game-hashes'); // $this->call('ra:sync:memory-notes'); - $this->call('ra:sync:player-achievements'); - $this->call('ra:sync:player-games'); + // $this->call('ra:sync:player-achievements'); + // $this->call('ra:sync:player-games'); // $this->call('ra:sync:user-awards'); // $this->call('ra:sync:game-relations'); // $this->call('ra:sync:leaderboards');