Separated the Classic Datapack to it's own folder.
This commit is contained in:
@@ -63,7 +63,7 @@ public class PlayerHelp implements IBypassHandler
|
||||
html = new NpcHtmlMessage();
|
||||
}
|
||||
|
||||
html.setFile(activeChar.getHtmlPrefix(), "data/html/help/" + cmd[0]);
|
||||
html.setFile(activeChar.getHtmlPrefix(), "html/help/" + cmd[0]);
|
||||
activeChar.sendPacket(html);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user