Skip to content

Commit f43cd2e

Browse files
committed
Remove the old ExprSpawnerType
1 parent 5b1744d commit f43cd2e

2 files changed

Lines changed: 1 addition & 119 deletions

File tree

src/main/java/ch/njol/skript/expressions/ExprSpawnerType.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

src/main/java/org/skriptlang/skript/bukkit/spawners/elements/expressions/spawnerentry/ExprSpawnerEntryRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ExprSpawnerEntryRule extends SimplePropertyExpression<SkriptSpawner
3232

3333
public static void register(SyntaxRegistry registry) {
3434
registry.register(SyntaxRegistry.EXPRESSION, infoBuilder(ExprSpawnerEntryRule.class, SpawnRule.class,
35-
"spawner entry [spawn] rule[s]", "spawnerentries", true)
35+
"spawn rule[s]", "spawnerentries", true)
3636
.supplier(ExprSpawnerEntryRule::new)
3737
.build()
3838
);

0 commit comments

Comments
 (0)