mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-07-15 18:15:13 +00:00
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:
@@ -156,7 +156,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user