Skip to content

Commit

Permalink
Fixes a problem with guns (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Aug 25, 2023
1 parent aeceb2c commit 9f496a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
QDEL_NULL(chambered)
if(azoom)
QDEL_NULL(azoom)
UnregisterSignal(list(COMSIG_TWOHANDED_WIELD, COMSIG_TWOHANDED_UNWIELD))
UnregisterSignal(src, list(COMSIG_TWOHANDED_WIELD, COMSIG_TWOHANDED_UNWIELD))
return ..()

/obj/item/gun/handle_atom_del(atom/A)
Expand Down

0 comments on commit 9f496a9

Please sign in to comment.