Separated the Classic Datapack to it's own folder.
This commit is contained in:
@@ -76,11 +76,11 @@ public class AdminHtml implements IAdminCommandHandler
|
||||
/**
|
||||
* Shows a html message to activeChar
|
||||
* @param activeChar activeChar where html is shown
|
||||
* @param path relative path from directory data/html/admin/ to html
|
||||
* @param path relative path from directory html/admin/ to html
|
||||
*/
|
||||
public static void showAdminHtml(L2PcInstance activeChar, String path)
|
||||
{
|
||||
showHtml(activeChar, "data/html/admin/" + path, false);
|
||||
showHtml(activeChar, "html/admin/" + path, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user