Remove UUID from vanished list on removal (#298)

Co-authored-by: Ryan <[email protected]>
Co-authored-by: Paldiu <[email protected]>
This commit is contained in:
allinkdev
2023-07-11 12:07:18 -05:00
committed by Paul Reilly
co-authored by Ryan Paldiu
parent 96be5f1149
commit cc13d9cf49
@@ -157,7 +157,7 @@ public class Admin
}
// Ensure admins don't have admin functionality when removed (FS-222)
AdminList.vanished.remove(getName());
AdminList.vanished.remove(getUuid());
if (plugin.esb != null)
{