diff --git a/code/modules/projectiles/guns/ballistic/launchers.dm b/code/modules/projectiles/guns/ballistic/launchers.dm
index d8e56ca3a5..12006440d2 100644
--- a/code/modules/projectiles/guns/ballistic/launchers.dm
+++ b/code/modules/projectiles/guns/ballistic/launchers.dm
@@ -130,7 +130,7 @@
if(chambered)
to_chat(user, "[src] already has a [magazine_wording] chambered.")
return
- if(magazine.attackby(A, silent = TRUE))
+ if(magazine.attackby(A, user, silent = TRUE))
to_chat(user, "You load a new [A] into \the [src].")
playsound(src, "gun_insert_full_magazine", 70, 1)
chamber_round()