mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 18:55:11 +01:00
Fixed invalid method arguments
This commit is contained in:
parent
ada991904b
commit
1ba18439e9
@ -694,7 +694,7 @@ public class AuthMe extends JavaPlugin {
|
||||
if (Settings.purgeAntiXray)
|
||||
dataManager.purgeAntiXray(cleared);
|
||||
if (Settings.purgePermissions)
|
||||
dataManager.purgePermissions(cleared, vaultGroupManagement);
|
||||
dataManager.purgePermissions(cleared);
|
||||
}
|
||||
|
||||
// Return the spawn location of a player
|
||||
|
Loading…
Reference in New Issue
Block a user