tiny adjustment

This commit is contained in:
YouHaveTrouble
2021-03-08 02:02:23 +01:00
parent c2033f5bcb
commit 4c68f7e149
22 changed files with 301 additions and 399 deletions
@@ -19,9 +19,9 @@ public final class TogglePvp extends JavaPlugin {
@Getter private static TogglePvp plugin;
private ConfigCache configCache;
private PlayerManager playerManager;
private DatabaseSQLite sqLite;
private SmartCache smartCache;
protected PlayerManager playerManager;
protected DatabaseSQLite sqLite;
protected SmartCache smartCache;
@Override
public void onEnable() {