mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes some portal logging. (#17655)
* fix * pass the user * named arg Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
GLOB.portals += src
|
||||
|
||||
target = _target
|
||||
creation_obj_data = list(creation_object.UID(), "[creation_object.name]") // Store the name incase the object is deleted.
|
||||
if(creation_object)
|
||||
creation_obj_data = list(creation_object.UID(), "[creation_object.name]") // Store the name incase the object is deleted.
|
||||
creation_mob_ckey = creation_mob?.ckey
|
||||
|
||||
if(lifespan > 0)
|
||||
|
||||
Reference in New Issue
Block a user