Skip to content

Commit

Permalink
Merge pull request #1523 from CatalysmsServerManager/default-to-SSE-v…
Browse files Browse the repository at this point in the history
…1-method
  • Loading branch information
niekcandaele authored Jun 27, 2024
2 parents ab4e0b0 + 1cd3492 commit 9622c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/hooks/sdtdLogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ module.exports = function sdtdLogs(sails) {
return SdtdSSE;
}
} catch (error) {
sails.log.warn('Could not get allocs version, defaulting to SSE', { server });
return SdtdSSE;
sails.log.warn('Could not get allocs version, defaulting to SSEV1', { server });
return SdtdSSEV1;
}


Expand Down

0 comments on commit 9622c2d

Please sign in to comment.