mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-14 22:45:30 +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
|
||||
*/
|
||||
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