capitalize h

This commit is contained in:
fooify 2015-08-25 08:23:22 -07:00
parent 64ca6ecce0
commit e9bc0d3a5f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class GiveAdminPage extends PlayerPage
{
public GiveAdminPage(ArcadeManager plugin, PrivateServerShop shop, Player player)
{
super(plugin, shop, "Give Co-host", player);
super(plugin, shop, "Give Co-Host", player);
buildPage();
}