mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-07 12:52:26 +08:00
Update EResult.js
This commit is contained in:
parent
9d47d28a1e
commit
89d058fc99
@ -1,4 +1,5 @@
|
||||
/* eslint-disable */
|
||||
// Auto-generated by generate-enums script on Thu Jul 29 2021 04:43:52 GMT-0400 (Eastern Daylight Time)
|
||||
|
||||
/**
|
||||
* @enum EResult
|
||||
@ -131,7 +132,8 @@ module.exports = {
|
||||
"DeniedDueToCommunityCooldown": 116,
|
||||
"NoLauncherSpecified": 117,
|
||||
"MustAgreeToSSA": 118,
|
||||
"ClientNoLongerSupported": 119,
|
||||
"ClientNoLongerSupported": 119, // obsolete
|
||||
"LauncherMigrated": 119,
|
||||
|
||||
// Value-to-name mapping for convenience
|
||||
"0": "Invalid",
|
||||
@ -252,5 +254,5 @@ module.exports = {
|
||||
"116": "DeniedDueToCommunityCooldown",
|
||||
"117": "NoLauncherSpecified",
|
||||
"118": "MustAgreeToSSA",
|
||||
"119": "ClientNoLongerSupported",
|
||||
"119": "LauncherMigrated",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user