Skip to content

Commit

Permalink
Fixes shrug command
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtelGG authored Feb 11, 2019
1 parent 2d7e12f commit 075811f
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 075811f

Please sign in to comment.