mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
fix: reverts last commit and adds comment
This commit is contained in:
@@ -132,9 +132,10 @@
|
||||
if(QDELETED(I) || !user.drop_item())
|
||||
return
|
||||
|
||||
I.forceMove(src)
|
||||
user.visible_message("[user] places [I] into [src].", "You place [I] into [src].")
|
||||
update()
|
||||
if(!QDELETED(I)) // checking if user.drop_item() didn't delete I
|
||||
I.forceMove(src)
|
||||
user.visible_message("[user] places [I] into [src].", "You place [I] into [src].")
|
||||
update()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user