mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] JSON Logging Refactor (#11623)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Selis
Kashargul
parent
272afa33c8
commit
5a62077f2c
@@ -56,7 +56,7 @@
|
||||
launched = TRUE
|
||||
var/obj/effect/overmap/visitable/S = get_overmap_sector(z)
|
||||
if(!S)
|
||||
error("Distress button hit on z[z] but that's not an overmap sector...")
|
||||
log_mapping("## ERROR Distress button hit on z[z] but that's not an overmap sector...")
|
||||
return
|
||||
S.distress(user)
|
||||
//Kind of pricey, but this is a one-time thing that can't be reused, so I'm not too worried.
|
||||
|
||||
Reference in New Issue
Block a user