diff --git a/app/Jobs/StatServerJob.php b/app/Jobs/StatServerJob.php index e1863dbd..cd7634ed 100644 --- a/app/Jobs/StatServerJob.php +++ b/app/Jobs/StatServerJob.php @@ -50,6 +50,7 @@ class StatServerJob implements ShouldQueue $data = StatServer::where('record_at', $recordAt) ->where('server_id', $this->server->id) + ->where('server_type', $this->protocol) ->lockForUpdate() ->first(); if ($data) {