Skip to content

Commit 26c7e7d

Browse files
Merge pull request #13 from ArtelGG/patch-1
Fixes shrug command
2 parents 2d7e12f + 075811f commit 26c7e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/earthcomputer/clientcommands/command/CommandShrug.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import net.minecraft.server.MinecraftServer;
77

88
public class CommandShrug extends ClientCommandBase {
9+
910
@Override
1011
public String getName() {
11-
return "chsrug";
12+
return "cshrug";
1213
}
1314

1415
@Override

0 commit comments

Comments
 (0)