Skip to content

Commit

Permalink
bugfix: Fixed failed merge issue (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Jul 7, 2024
1 parent 7cdb199 commit 7edeb79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
update_icon(UPDATE_ICON_STATE)
var/static/list/loc_connections = list(
COMSIG_ATOM_ENTERED = PROC_REF(on_entered),
)
AddElement(/datum/element/connect_loc, loc_connections)

var/static/list/loc_connections = list(
COMSIG_ATOM_EXIT = PROC_REF(on_exit),
)
AddElement(/datum/element/connect_loc, loc_connections)
Expand Down

0 comments on commit 7edeb79

Please sign in to comment.