File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ public function __construct($player)
5252 $ this ->primaryClanId = isset ($ player ->primaryclanid ) ? $ player ->primaryclanid : null ;
5353 $ this ->timecreated = isset ($ player ->timecreated ) ? date ('F jS, Y h:ia ' , $ player ->timecreated ) : null ;
5454 $ this ->personaStateFlags = isset ($ player ->personastateflags ) ? $ player ->personastateflags : null ;
55- $ this ->$ locCountryCode = isset ($ player ->loccountrycode ) ? $ player ->loccountrycode : null ;
56- $ this ->$ locStateCode = isset ($ player ->locstatecode ) ? $ player ->locstatecode : null ;
57- $ this ->$ locCityId = isset ($ player ->loccityid ) ? $ player ->loccityid : null ;
55+ $ this ->locCountryCode = isset ($ player ->loccountrycode ) ? $ player ->loccountrycode : null ;
56+ $ this ->locStateCode = isset ($ player ->locstatecode ) ? $ player ->locstatecode : null ;
57+ $ this ->locCityId = isset ($ player ->loccityid ) ? $ player ->loccityid : null ;
5858 }
5959
6060 protected function getImageForAvatar ($ image )
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ public function GetPlayerSummaries($steamId = null)
3030 // Get the client
3131 $ client = $ this ->setUpClient ($ arguments )->response ;
3232
33- pp ($ client );
34-
3533 // Clean up the games
3634 $ players = $ this ->convertToObjects ($ client ->players );
3735
You can’t perform that action at this time.
0 commit comments