Skip to content

Commit

Permalink
refactor(next): VersionCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Sep 28, 2022
1 parent 32409c6 commit e6ae036
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,9 +16,9 @@
import net.minecraft.commands.CommandSourceStack;
import net.minecraft.network.chat.MutableComponent;

public class VersionCommandNode {
public class VersionCommand {

private static final Marker MARKER = LogUtil.getMarker(VersionCommandNode.class);
private static final Marker MARKER = LogUtil.getMarker(VersionCommand.class);

private static final SimpleCommandExceptionType GET_VERSION_REFLECTION_ERROR = new SimpleCommandExceptionType(i18n("failure.reflection"));

Expand Down

0 comments on commit e6ae036

Please sign in to comment.