From d7bea9ecd8a2a841cbf745faaff56fdada7d514f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Mon, 23 Jun 2014 22:54:27 +0200 Subject: [PATCH] constant fix --- application/core/Players/PlayerList.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/core/Players/PlayerList.php b/application/core/Players/PlayerList.php index 28d002b1..105f0704 100644 --- a/application/core/Players/PlayerList.php +++ b/application/core/Players/PlayerList.php @@ -3,7 +3,6 @@ namespace ManiaControl\Players; use FML\Controls\Frame; -use FML\Controls\Labels\Label_Button; use FML\Controls\Labels\Label_Text; use FML\Controls\Quad; use FML\Controls\Quads\Quad_BgRaceScore2; @@ -498,7 +497,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener, Timer $quad->setSubStyle($quad::SUBSTYLE_BgPlayerCardBig); $quad->setSize($quadWidth, 5); - $label = new Label_Button(); + $label = new Label_Text(); $frame->add($label); $label->setX(0); $label->setY($posY);