- improved configurator menu for mc settings
-> fixed bug caused by 64 entries limit
This commit is contained in:
@ -27,9 +27,10 @@ interface ConfiguratorMenu {
|
||||
* @param float $width
|
||||
* @param float $height
|
||||
* @param Script $script
|
||||
* @param Player $player
|
||||
* @return \FML\Controls\Frame
|
||||
*/
|
||||
public function getMenu($width, $height, Script $script);
|
||||
public function getMenu($width, $height, Script $script, Player $player);
|
||||
|
||||
/**
|
||||
* Save the Config Data
|
||||
|
Reference in New Issue
Block a user