Fixed minor issues
This commit is contained in:
		| @@ -620,7 +620,7 @@ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerList | |||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		// Render and display xml | 		// Render and display xml | ||||||
| 		$this->maniaControl->getManialinkManager()->displayWidget($maniaLink, $player, 'PlayerList'); | 		$this->maniaControl->getManialinkManager()->displayWidget($maniaLink, $player, 'LocalRecords'); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	/** | 	/** | ||||||
|   | |||||||
| @@ -519,7 +519,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener { | |||||||
| 				$pageFrame = new Frame(); | 				$pageFrame = new Frame(); | ||||||
| 				$frame->addChild($pageFrame); | 				$frame->addChild($pageFrame); | ||||||
| 				$posY = $height / 2 - 10; | 				$posY = $height / 2 - 10; | ||||||
| 				$paging->addPage($pageFrame); | 				$paging->addPageControl($pageFrame); | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
| 			$playerFrame = new Frame(); | 			$playerFrame = new Frame(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user