Skip to content

Commit

Permalink
changed default rendering mode to none
Browse files Browse the repository at this point in the history
  • Loading branch information
ClientCrash committed Sep 7, 2021
1 parent b58bff3 commit eba1fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.bukkit.plugin.java.JavaPlugin;

public final class GraphicsMc extends JavaPlugin {
public static RenderMode mode = RenderMode.Test;
public static RenderMode mode = RenderMode.None;
@Override
public void onEnable() {
this.getLogger().info("GraphicsMC enabled.");
Expand Down

0 comments on commit eba1fb4

Please sign in to comment.