mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Remove user from do_install (#27039)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
if(!user.drop_item())
|
||||
to_chat(user, "<span class='notice'>\The [src] is stuck to your hand, you cannot install it in [R]</span>")
|
||||
return FALSE
|
||||
if(!do_install(user, R))
|
||||
if(!do_install(R))
|
||||
return
|
||||
after_install(R)
|
||||
if(delete_after_install)
|
||||
|
||||
Reference in New Issue
Block a user