Removed needless "\the"s

This commit is contained in:
TullyBurnalot
2017-10-02 15:28:27 +01:00
parent e7c5148e57
commit 39be6a372d
@@ -473,7 +473,7 @@
if(isrobot(user))
return
if(!user.drop_item()) //couldn't drop the item
to_chat(user, "<span class='notice'>\The [W] is stuck to your hand, you cannot put it in \the [src]!</span>")
to_chat(user, "<span class='notice'>[W] is stuck to your hand, you cannot put it in [src]!</span>")
return
if(W)
W.forceMove(loc)