Skip to content

Commit dca632e

Browse files
committed
ExprVillagerLevel - remove unneeded comma
1 parent 7f3787d commit dca632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"When a villager's level is 1, they may lose their profession if they don't have a workstation.",
2525
"Experience works along with the leveling system, determining which level the villager will move to.",
2626
"Experience must be greater than or equal to 0.",
27-
"Learn more about villager levels on <a href='https://minecraft.wiki/w/Villager#Trading'>Minecraft Wiki</a>",
27+
"Learn more about villager levels on <a href='https://minecraft.wiki/w/Villager#Trading'>Minecraft Wiki</a>"
2828
})
2929
@Examples({
3030
"set {_level} to villager level of {_villager}",

0 commit comments

Comments
 (0)