Merge pull request #16848 from Kashargul/stop-double-logging

cleans up some logging
This commit is contained in:
Cameron Lennox
2025-01-11 15:20:07 -05:00
committed by GitHub
30 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
user.visible_message(span_notice("[user] smashes [src] on [comp]"),
span_info("You smash [src] on [comp], christening a new landable ship named [S.name]"),
span_notice("You hear glass shattering"))
log_and_message_admins("[key_name_admin(user)] Created a new shuttle [S.name]. [ADMIN_JMP(comp_turf)]")
log_and_message_admins("Created a new shuttle [S.name]. [ADMIN_JMP(comp_turf)]", user)
spawn(1 SECOND)
playsound(comp_turf, 'sound/voice/Serithi/Shuttlehere.ogg', 75, 0)
qdel(src)