Skip to content

Commit 8ce07b6

Browse files
committed
Fixed fly command
1 parent 53249ad commit 8ce07b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>cn.yescallop.essentialsnk</groupId>
66
<artifactId>EssentialsPNX</artifactId>
7-
<version>1.9.4</version>
7+
<version>1.9.5</version>
88

99
<name>EssentialsPNX</name>
1010
<description>Essential commands for your server</description>

src/main/java/cn/yescallop/essentialsnk/command/defaults/FlyCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public class FlyCommand extends CommandBase {
1313

1414
public FlyCommand(EssentialsAPI api) {
15-
super("flyspeed", api);
15+
super("fly", api);
1616

1717
// command parameters
1818
commandParameters.clear();

0 commit comments

Comments
 (0)