Skip to content

Commit

Permalink
Added a note to the usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxarion committed Mar 5, 2015
1 parent 7666b0e commit 7170a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorldGM/WorldGM.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array
$sender->sendMessage($this->includePlayerCmd($sender, $args));
return true;
default:
$sender->sendMessage("\nWorldGM v3.0 by Exxarion\nUsage: /wgm set <0/1/2>\n/wgm <include/exclude> <player>");
$sender->sendMessage("\nWorldGM v3.0 by Exxarion\nUsage: /wgm set <0/1/2>\n/wgm <include/exclude> <player>\n*Command must be run as a player*");
return true;
}
default:
Expand Down

0 comments on commit 7170a62

Please sign in to comment.