Skip to content

Commit

Permalink
Hotfix for open eval
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 25, 2017
1 parent 0524c43 commit ab56e4a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ public void run(File file, String[] arguments) throws CompilationFailedException
throw new VRCubeException("Erm, no?");
}

public Object dump() {
return "\uD83D\uDEAE";
}

public Object find() {
return "You will never find me.";
}

private synchronized String generateScriptName() {
return "Script" + (++counter);
}
Expand Down

0 comments on commit ab56e4a

Please sign in to comment.