Merge pull request #2869 from Aranclanos/DragAndDropNotDragAndSpawn

removes a spawn() from the MouseDrop() proc
This commit is contained in:
Cheridan
2014-02-22 13:02:31 -06:00
+1 -2
View File
@@ -9,8 +9,7 @@
if(!usr || !over) return
if(!Adjacent(usr) || !over.Adjacent(usr)) return // should stop you from dragging through windows
spawn(0)
over.MouseDrop_T(src,usr)
over.MouseDrop_T(src,usr)
return
// recieve a mousedrop