Skip to content

Commit

Permalink
Fixed boilerplate test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Jul 18, 2013
1 parent e52e21a commit 293760b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -472,7 +472,7 @@ public ExampleScript[] examples() throws ConfigCompileException {
public static class ptarget_space extends AbstractFunction {

public ExceptionType[] thrown() {
return new ExceptionType[]{};
return new ExceptionType[]{ExceptionType.PlayerOfflineException};
}

public boolean isRestricted() {
Expand Down

0 comments on commit 293760b

Please sign in to comment.