Separated the Classic Datapack to it's own folder.
This commit is contained in:
@@ -174,7 +174,7 @@ public class JailHandler implements IPunishmentHandler
|
||||
|
||||
// Open a Html message to inform the player
|
||||
final NpcHtmlMessage msg = new NpcHtmlMessage();
|
||||
String content = HtmCache.getInstance().getHtm(player.getHtmlPrefix(), "data/html/jail_in.htm");
|
||||
String content = HtmCache.getInstance().getHtm(player.getHtmlPrefix(), "html/jail_in.htm");
|
||||
if (content != null)
|
||||
{
|
||||
content = content.replaceAll("%reason%", task != null ? task.getReason() : "");
|
||||
@@ -210,7 +210,7 @@ public class JailHandler implements IPunishmentHandler
|
||||
|
||||
// Open a Html message to inform the player
|
||||
final NpcHtmlMessage msg = new NpcHtmlMessage();
|
||||
String content = HtmCache.getInstance().getHtm(player.getHtmlPrefix(), "data/html/jail_out.htm");
|
||||
String content = HtmCache.getInstance().getHtm(player.getHtmlPrefix(), "html/jail_out.htm");
|
||||
if (content != null)
|
||||
{
|
||||
msg.setHtml(content);
|
||||
|
Reference in New Issue
Block a user