Skip to content

Commit

Permalink
Merge pull request #13 from ArtelGG/patch-1
Browse files Browse the repository at this point in the history
Fixes shrug command
  • Loading branch information
Earthcomputer authored Feb 11, 2019
2 parents 2d7e12f + 075811f commit 26c7e7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
import net.minecraft.server.MinecraftServer;

public class CommandShrug extends ClientCommandBase {

@Override
public String getName() {
return "chsrug";
return "cshrug";
}

@Override
Expand Down

0 comments on commit 26c7e7d

Please sign in to comment.