Commit 5bae25a
authored
Update Player.php
When a player's account is private and you call GetPlayerLevelDetails() the Containers\Player\Level class cannot be created because $details = $this->GetBadges(); will return empty and the Containers\Player\Level class constructor will fail.
Why do I return NULL so I can just check if GetPlayerLevelDetails () returns NULL is meant there account is probably private.1 parent 1ab2478 commit 5bae25a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
0 commit comments