mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 05:16:55 +00:00
fix unable to attack mounts with no player on them
This commit is contained in:
@@ -22,9 +22,9 @@ public final class PreventStabby extends JavaPlugin {
|
||||
|
||||
@Getter private static PreventStabby plugin;
|
||||
private ConfigCache configCache;
|
||||
protected PlayerManager playerManager;
|
||||
protected DatabaseSQLite sqLite;
|
||||
protected SmartCache smartCache;
|
||||
private PlayerManager playerManager;
|
||||
private DatabaseSQLite sqLite;
|
||||
private SmartCache smartCache;
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
|
||||
Reference in New Issue
Block a user