Fixed commands.

This commit is contained in:
sk89q
2011-01-29 09:31:48 -08:00
parent f683959420
commit 712274d372
7 changed files with 16 additions and 16 deletions

View File

@@ -69,8 +69,7 @@ public class ScriptingCommands {
return;
}
String[] scriptArgs = args.getPaddedSlice(0, 1);
scriptArgs[0] = lastScript;
String[] scriptArgs = args.getSlice(0);
we.runScript(player, lastScript, scriptArgs);