Skip to content

Commit dd23f5a

Browse files
authored
Clean up StructUsing's description (#7806)
1 parent b3d463a commit dd23f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ch/njol/skript/structures/StructUsing.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
@Name("Using Experimental Feature")
1818
@Description({
1919
"Place at the top of a script file to enable an optional experimental feature.",
20-
"For example, this might include "
20+
"Experimental features may change behavior in Skript and may contain bugs. Use at your own discretion.",
21+
"A list of the available experimental features can be found in the changelog for your version of Skript."
2122
})
2223
@Examples({
2324
"using 1.21",
@@ -32,7 +33,6 @@ public class StructUsing extends Structure {
3233
Skript.registerSimpleStructure(StructUsing.class, "using [[the] experiment] <.+>");
3334
}
3435

35-
@SuppressWarnings("NotNullFieldNotInitialized")
3636
private Experiment experiment;
3737

3838
@Override

0 commit comments

Comments
 (0)