@@ -41,8 +41,9 @@ |
||
| 41 | 41 | echo "\nto play $key\n"; |
| 42 | 42 | $this->assertNotEmpty($module["roles"]); |
| 43 | 43 | foreach ($module["roles"] as $index => $playNum) { |
| 44 | - if ($playNum != 0) |
|
| 45 | - echo $playNum . " " . $roles[$rolesKeys[$index]]["description"] . " "; |
|
| 44 | + if ($playNum != 0) { |
|
| 45 | + echo $playNum . " " . $roles[$rolesKeys[$index]]["description"] . " "; |
|
| 46 | + } |
|
| 46 | 47 | } |
| 47 | 48 | } |
| 48 | 49 | } |