Fixed HTML loading issue.
Author: Zoey76 Source: https://bitbucket.org/l2jserver/l2j-server-game/commits/3479827c557e98eb660901338fbfea453eddf0ca
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ public final class AdminPForge implements IAdminCommandHandler
|
||||
private void showValuesPage(PlayerInstance activeChar, String[] opCodes, String format)
|
||||
{
|
||||
String sendBypass = null;
|
||||
String valuesHtml = HtmCache.getInstance().getHtmForce(activeChar, "data/html/admin/pforge/values.htm");
|
||||
String valuesHtml = HtmCache.getInstance().getHtm(activeChar, "data/html/admin/pforge/values.htm");
|
||||
if (opCodes.length == 3)
|
||||
{
|
||||
valuesHtml = valuesHtml.replace("%opformat%", "chd");
|
||||
|
||||
Reference in New Issue
Block a user