Archived
0

Fixed /shrug

This commit is contained in:
Pepich
2018-03-12 04:59:41 +01:00
parent aef56a849f
commit f8fb06420d
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ command shrug {
}
[empty] {
perm utils.shrug;
run shrug;
run shrugnoarg;
help Just the shrug emoticon.;
}
}

View File

@@ -24,7 +24,7 @@ import net.nemez.chatapi.ChatAPI;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 4, minor = 0, revision = 5, compatible = 4)
@Version(major = 4, minor = 0, revision = 6, compatible = 4)
public class Chat implements Module, Listener
{