mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-10-31 21:47:10 +00:00
Remove UUID from vanished list on removal (#298)
Co-authored-by: Ryan <Wild1145@users.noreply.github.com> Co-authored-by: Paldiu <pawereus@gmail.com>
This commit is contained in:
parent
96be5f1149
commit
cc13d9cf49
@ -157,7 +157,7 @@ public class Admin
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Ensure admins don't have admin functionality when removed (FS-222)
|
// Ensure admins don't have admin functionality when removed (FS-222)
|
||||||
AdminList.vanished.remove(getName());
|
AdminList.vanished.remove(getUuid());
|
||||||
|
|
||||||
if (plugin.esb != null)
|
if (plugin.esb != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user