Skip to content

Commit

Permalink
MEH
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted user committed Jul 21, 2024
1 parent ff61bc3 commit 1fcf0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/entities/player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1fcf0a8

Please sign in to comment.