Protect some of the constructors since we don't need more than one.

This commit is contained in:
graywolf336
2015-02-13 14:34:38 -06:00
parent 9ecfb92252
commit 3570a4b0ee
13 changed files with 37 additions and 34 deletions

View File

@ -27,7 +27,7 @@ public class JailTimer {
private Long lastTime;
private Long afkTime = 0L;
public JailTimer(JailMain plugin) {
protected JailTimer(JailMain plugin) {
this.pl = plugin;
try {
afkTime = Util.getTime(pl.getConfig().getString(Settings.MAXAFKTIME.getPath()));