mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fix coordinates not showing up in logs, when you create new area with station plans
This commit is contained in:
@@ -228,8 +228,8 @@
|
||||
FD.CalculateAffectingAreas()
|
||||
|
||||
interact()
|
||||
message_admins("A new room was made by [ADMIN_LOOKUPFLW(usr)] at [ADMIN_VERBOSEJMP(src)] with the name [str]")
|
||||
log_game("A new room was made by [key_name(usr)] at [AREACOORD(src)] with the name [str]")
|
||||
message_admins("A new room was made by [ADMIN_LOOKUPFLW(usr)] at [ADMIN_VERBOSEJMP(usr)] with the name [str]")
|
||||
log_game("A new room was made by [key_name(usr)] at [AREACOORD(usr)] with the name [str]")
|
||||
area_created = TRUE
|
||||
return area_created
|
||||
|
||||
|
||||
Reference in New Issue
Block a user