Using old showHtmlFile quest window check with new method.
This commit is contained in:
parent
4d559d46fa
commit
be3a24099b
@ -2645,7 +2645,7 @@ public class Quest extends AbstractScript implements IIdentifiable
|
||||
{
|
||||
boolean questwindow = false;
|
||||
final QuestState qs = getQuestState(player, false);
|
||||
if ((qs != null) && (qs.getState() == State.CREATED))
|
||||
if (((qs != null) && (qs.getState() == State.CREATED)) || !filename.endsWith(".html"))
|
||||
{
|
||||
questwindow = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user