Fix a typo

This commit is contained in:
Shaun Bennett 2016-06-09 00:47:03 -05:00
parent cade7b4081
commit 611cb28d1a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class BoosterManager extends MiniPlugin
*/
public int getAvailableBoosterCount(Player player)
{
return _inventoryManager.Get(plaschematicyer).getItemCount("Game Booster");
return _inventoryManager.Get(player).getItemCount("Game Booster");
}
/**