Fix a typo
This commit is contained in:
parent
cade7b4081
commit
611cb28d1a
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user