Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Mar 9, 2022
1 parent 79388be commit 7a8082e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const EResult = require('../enums/EResult.js');
const SteamUserBase = require('./00-base.js');
const SteamUserAppAuth = require('./appauth.js');

// This package is implicitly owned by anonymous users. They don't receive a license list, and should instead just
// automatically assume that they own package 17906 (and no others, including 0).
// https://steamdb.info/sub/17906/
const ANONYMOUS_DEDICATED_SERVER_COMP = 17906;

const PICSRequestType = {
Expand Down

0 comments on commit 7a8082e

Please sign in to comment.