Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 28, 2024
1 parent 0510362 commit ff3f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/_common/antag_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GLOBAL_LIST_EMPTY(antagonists)
LAZYREMOVE(owner.antag_datums, src)

if(!LAZYLEN(owner.antag_datums)) // that one was the last antag datum.
last_datum_removal()
handle_last_instance_removal()

restore_last_hud_and_role()
owner = null
Expand Down

0 comments on commit ff3f54e

Please sign in to comment.