We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfb915 commit def2dd2Copy full SHA for def2dd2
1 file changed
src/main/java/ch/njol/skript/SkriptConfig.java
@@ -294,7 +294,7 @@ public static String formatDate(final long timestamp) {
294
})
295
.optional(true);
296
297
- public static final Option<Boolean> useTypeProperties = new Option<>("use type properties", false)
+ public static final Option<Boolean> useTypeProperties = new Option<>("use type properties", true)
298
.optional(false);
299
300
public static final Option<Boolean> allowUnsafePlatforms = new Option<>("allow unsafe platforms", false)
0 commit comments