Skip to content

Commit

Permalink
Temporary fix for ScriptEntry's
Browse files Browse the repository at this point in the history
Need a better patch than this to finish up the move, but I'm not ready
to do it yet
  • Loading branch information
mcmonkey4eva committed Nov 5, 2014
1 parent bba8d04 commit 0affdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/aufdemrand/denizen/scripts/ScriptEntry.java
Expand Up @@ -87,6 +87,8 @@ public ScriptEntry(String command, String[] arguments, ScriptContainer script) t
if (command == null)
throw new ScriptEntryCreationException("dCommand 'name' cannot be null!");

entryData = new BukkitScriptEntryData(null, null); // TODO: Make version-cross-compatible

this.command = command.toUpperCase();

// Knowing which script created this entry provides important context. We'll store
Expand Down

0 comments on commit 0affdcf

Please sign in to comment.