Archived
0

Added regex syntax checks before starting search

This commit is contained in:
Pepich
2018-01-26 13:03:20 +01:00
parent 8a118fd2e1
commit 3d7414b1ff
2 changed files with 24 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import com.redstoner.modules.ModuleLogger;
import com.redstoner.modules.datamanager.DataManager;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 3, compatible = 4)
@Version(major = 4, minor = 0, revision = 4, compatible = 4)
public class Logs implements Module
{
public static final String defaultFormat = "§7 > %f: %r";