9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00

Turn studio mode to enable by default

This commit is contained in:
BuildTools
2020-10-28 11:42:17 +01:00
parent 97019f1a2a
commit c05696df8c
5 changed files with 16 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ public class IrisSettings
@DontObfuscate
@Desc("Allows Iris to use studio commands & design worlds.")
public boolean studio = false;
public boolean studio = true;
@DontObfuscate
@Desc("Allows iris to launch guis through the server process. Useful for local development.")