Skip to content

Commit

Permalink
Updated things
Browse files Browse the repository at this point in the history
  • Loading branch information
Humerus committed Aug 29, 2016
1 parent 300197e commit 83261b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
LBAntiHacks - A (not so) simple plugin for adding AntiHacks to your server
======
======

## This plugin allows a user to add AntiHacks to their server.
2 changes: 1 addition & 1 deletion src/LBAntiHacks/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array
$subcommand = strtolower(array_shift($args));
switch ($subcommand) {
default:
return true;
return false;
}
}

Expand Down

0 comments on commit 83261b4

Please sign in to comment.