Skip to content

Commit

Permalink
Removed aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxarion committed Mar 31, 2015
1 parent a2430f8 commit 3248c1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WorldGM/WorldGM.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public function onDisable() {
public function onCommand(CommandSender $sender, Command $command, $label, array $args) {
switch ($command->getName()) {
case "wgm":
case "worldgm":
case "w":
switch (array_shift($args)) {
case "set":
$sender->sendMessage($this->setWorldCmd($sender, $args));
Expand Down

0 comments on commit 3248c1b

Please sign in to comment.