mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2025-03-13 15:09:46 +01:00
Merge pull request #79 from mysteryworlds/hotfix/prevent-recursive-death
Fix recursive call, default AddTransient should just call addTransient for the global method.
This commit is contained in:
commit
4c248aad62
@ -248,7 +248,7 @@ public abstract class Permission {
|
|||||||
* @return Success or Failure
|
* @return Success or Failure
|
||||||
*/
|
*/
|
||||||
public boolean playerAddTransient(String worldName, OfflinePlayer player, String permission) {
|
public boolean playerAddTransient(String worldName, OfflinePlayer player, String permission) {
|
||||||
return playerAddTransient(worldName, player, permission);
|
return playerAddTransient(player, permission);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user