Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
remove other old context thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 29, 2020
1 parent 9f87d15 commit bd3b8d2
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package space.morphanone.webizen.fake;

import com.denizenscript.denizencore.objects.ObjectTag;
import com.denizenscript.denizencore.scripts.queues.ScriptQueue;

import java.util.HashMap;

public class FakeScriptQueue extends ScriptQueue {

protected FakeScriptQueue() {
Expand All @@ -25,8 +22,4 @@ protected void onStop() {
protected boolean shouldRevolve() {
throw new IllegalStateException("This is a fake queue!");
}

public void setContext(HashMap<String, ObjectTag> context) {
this.cachedContext = context;
}
}

0 comments on commit bd3b8d2

Please sign in to comment.