Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -438,7 +438,7 @@ public class AdminAdmin implements IAdminCommandHandler
AdminHtml.showAdminHtml(activeChar, filename + "_menu.htm");
}
public void showConfigPage(L2PcInstance activeChar)
private void showConfigPage(L2PcInstance activeChar)
{
final NpcHtmlMessage adminReply = new NpcHtmlMessage();
final StringBuilder replyMSG = new StringBuilder("<html><title>L2J :: Config</title><body>");