Skip to content
Snippets Groups Projects
Commit 0b989d25 authored by HorridoJoho's avatar HorridoJoho
Browse files

Fix TeleporterService

* fixed html any command calling the wrong html processing method
parent 17586541
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ public final class TeleporterService extends CustomServiceScript { ...@@ -161,7 +161,7 @@ public final class TeleporterService extends CustomServiceScript {
// HTML COMMANDS // HTML COMMANDS
// //////////////////////////////////// // ////////////////////////////////////
private boolean _showAnyHtml(L2PcInstance player, AbstractTeleporter teleporter, L2Npc npc, String html) { private boolean _showAnyHtml(L2PcInstance player, AbstractTeleporter teleporter, L2Npc npc, String html) {
showAdvancedHtml(player, teleporter, npc, html, new HashMap<>()); _showAdvancedHtml(player, teleporter, npc, html, new HashMap<>());
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment