Skip to content

Commit eba1fb4

Browse files
committed
changed default rendering mode to none
1 parent b58bff3 commit eba1fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/clientcrash/graphicsmc/graphicsmc/GraphicsMc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.bukkit.plugin.java.JavaPlugin;
44

55
public final class GraphicsMc extends JavaPlugin {
6-
public static RenderMode mode = RenderMode.Test;
6+
public static RenderMode mode = RenderMode.None;
77
@Override
88
public void onEnable() {
99
this.getLogger().info("GraphicsMC enabled.");

0 commit comments

Comments
 (0)