@@ -87,7 +87,7 @@ |
||
| 87 | 87 | $line = $this->uiFactory->createLayoutLine(0, -4.45, [], 0.5); |
| 88 | 88 | $line->setAlign("left", "top"); |
| 89 | 89 | $manialink->addChild($line); |
| 90 | - $div = ((60 - 1)/ 3); |
|
| 90 | + $div = ((60 - 1) / 3); |
|
| 91 | 91 | |
| 92 | 92 | $lbl = $this->uiFactory->createLabel("0 / 0", uiLabel::TYPE_NORMAL, "Players"); |
| 93 | 93 | $lbl->setTextPrefix(" |