Skip to content

Commit

Permalink
Implement serveroperator in craftfakearrow
Browse files Browse the repository at this point in the history
wtf spigot
  • Loading branch information
mcmonkey4eva committed Jan 5, 2015
1 parent 7382ca7 commit 8e1a2d6
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -47,4 +47,15 @@ public void sendMessage(String message) {
public void sendMessage(String[] messages) {
dB.log("Messages sent to FakeArrow: " + messages);
}

@Override
public boolean isOp() {
return false;
}

@Override
public void setOp(boolean op) {
}


}

0 comments on commit 8e1a2d6

Please sign in to comment.