From 1fcf0a82b47b646cba642b44fb56d5077cfcfd21 Mon Sep 17 00:00:00 2001 From: Deleted user Date: Sun, 21 Jul 2024 09:11:11 +0500 Subject: [PATCH] MEH --- code/datums/entities/player.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/entities/player.dm b/code/datums/entities/player.dm index cd5d3a79fda9..5efe1bace13a 100644 --- a/code/datums/entities/player.dm +++ b/code/datums/entities/player.dm @@ -511,7 +511,7 @@ BSQL_PROTECT_DATUM(/datum/entity/player) error("ALARM: MISMATCH. Loaded player data for client [ckey], player data ckey is [player.ckey], id: [player.id]") player_data = player player_data.owning_client = src - if(!admin_holder && ckey in GLOB.admin_datums) + if(ckey in GLOB.admin_datums && !admin_holder) admin_holder = GLOB.admin_datums[ckey] admin_holder.associate(src) if(!player_data.last_login)