Skip to content

Commit

Permalink
update to latest game update
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Jun 4, 2021
1 parent 6773c26 commit 085341d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,6 @@ function check_account(username, pass) {
continue;
}
switch (cache_object.type_id) {
case 2: {
let CSOPersonaDataPublic = protoDecode(Protos.csgo.CSOPersonaDataPublic, cache_object.object_data[0]);
if (CSOPersonaDataPublic.player_level >= 21) { //has lvl 21 or grater
data.prime = true;
}
break;
}
case 7: {
let CSOEconGameAccountClient = protoDecode(Protos.csgo.CSOEconGameAccountClient, cache_object.object_data[0]);
if ((CSOEconGameAccountClient.bonus_xp_usedflags & 16) != 0) { // EXPBonusFlag::PrestigeEarned
Expand Down

0 comments on commit 085341d

Please sign in to comment.