Skip to content

Commit

Permalink
Use Community API for PAYDAY 2
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Apr 29, 2015
1 parent 456fbce commit 3d854e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Suitcase/Classes/SCGamesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef NS_ENUM(NSUInteger, SCInventorySection) {
};

+ (void)initialize {
kSCNonDiscoverableInventories = @[@753, @104700, @230410, @251970];
kSCNonDiscoverableInventories = @[@753, @104700, @218620, @230410, @251970];
kSCNonWebApiInventories = [kSCNonDiscoverableInventories arrayByAddingObjectsFromArray:@[@620, @730, @221540, @238460]];
}

Expand Down

0 comments on commit 3d854e8

Please sign in to comment.