From 2c532aa7d145adab6e31122358cd329b267f30c4 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 20 May 2019 18:54:23 +1000 Subject: [PATCH] asfgjkaslkjgkl --- client/src/components/instance.cryps.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/instance.cryps.jsx b/client/src/components/instance.cryps.jsx index 8eff56d3..420af17c 100644 --- a/client/src/components/instance.cryps.jsx +++ b/client/src/components/instance.cryps.jsx @@ -83,7 +83,7 @@ function Cryp(props) { function onClick(e) { e.stopPropagation(); e.preventDefault(); - if (itemEquip) sendVboxApply(cryp.id, itemEquip); + if (itemEquip !== null) sendVboxApply(cryp.id, itemEquip); setItemEquip(null); return setActiveCryp(cryp); }