diff --git a/code/modules/power/solar.dm b/code/modules/power/solar.dm
index 67ab3817ae..0f0f853036 100644
--- a/code/modules/power/solar.dm
+++ b/code/modules/power/solar.dm
@@ -245,6 +245,7 @@
S = S.split_stack(amount=2)
if(S)
glass_type = S
+ S.moveToNullspace()
playsound(src.loc, 'sound/machines/click.ogg', 50, TRUE)
user.visible_message("[user] places the glass on the solar assembly.", "You place the glass on the solar assembly.")
if(tracker)