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:
Charlie
2022-04-24 15:08:08 +01:00
committed by GitHub
co-authored by SteelSlayer
parent a89c6c8086
commit 5e7ec8ea7f
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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)