Skip to content

Commit

Permalink
update to match core
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 27, 2021
1 parent 6cba20a commit 489d257
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ public void debugQueueExecute(ScriptEntry entry, String queue, String execute) {
entry.getResidingQueue().debugOutput = altDebug;
}

@Override
public void debugTagFill(Debuggable entry, String tag, String result) {
Debug.echoDebug(entry, ChatColor.DARK_GRAY + "Filled tag <" + ChatColor.WHITE + tag
+ ChatColor.DARK_GRAY + "> with '" + ChatColor.WHITE + result + ChatColor.DARK_GRAY + "'.");
}

@Override
public String queueHeaderInfo(ScriptEntry scriptEntry) {
BukkitScriptEntryData data = ((BukkitScriptEntryData) scriptEntry.entryData);
Expand Down

0 comments on commit 489d257

Please sign in to comment.