Skip to content

Commit

Permalink
Compat with new core
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 1, 2015
1 parent d8be3ed commit d37e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -1063,7 +1063,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String cmdName, Stri
// -->

if (cmdName.equalsIgnoreCase("ex")) {
List<String> entries = new ArrayList<String>();
List<Object> entries = new ArrayList<Object>();
String entry = "";
for (String arg : args)
entry = entry + arg + " ";
Expand Down

0 comments on commit d37e7ff

Please sign in to comment.