mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Better handle esschat/GM reloading during async events.
This commit is contained in:
parent
0bfe1ec1de
commit
1f3e52a4b9
1 changed files with 8 additions and 1 deletions
|
@ -102,6 +102,13 @@ public class GroupManagerHandler implements IPermissionsHandler
|
|||
{
|
||||
return null;
|
||||
}
|
||||
try
|
||||
{
|
||||
return holder.getWorldPermissions(base);
|
||||
}
|
||||
catch (NullPointerException ex)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue