Archived
0

Change ModInventory command help, update revision number

This commit is contained in:
Dico200
2017-05-29 14:50:58 +02:00
parent 10c9d6f977
commit 8c59af9ec3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import org.bukkit.event.Listener;
import java.util.*;
@AutoRegisterListener
@Version(major = 3, minor = 2, revision = 2, compatible = 3)
@Version(major = 3, minor = 2, revision = 3, compatible = 3)
public final class BlockPlaceMods implements Module, Listener
{
public static String PREFIX = ChatColor.GRAY + "[" + ChatColor.DARK_GREEN + "BPM" + ChatColor.GRAY + "]"