From 996ef3503b7f441f88162f3b030339eee4b4b0aa Mon Sep 17 00:00:00 2001 From: duncathan Date: Wed, 7 Oct 2015 22:01:43 -0600 Subject: [PATCH] adds current map to roundstart world.log --- code/datums/helper_datums/getrev.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/helper_datums/getrev.dm b/code/datums/helper_datums/getrev.dm index f40b58dca57..8f7735304a0 100644 --- a/code/datums/helper_datums/getrev.dm +++ b/code/datums/helper_datums/getrev.dm @@ -21,6 +21,7 @@ var/global/datum/getrev/revdata = new() world.log << "Running /tg/ revision:" world.log << date world.log << revision + world.log << "Current map - [MAP_NAME]" //can't think of anywhere better to put it return /client/verb/showrevinfo()