Merge pull request #12231 from duncathan/maps

Adds the name of the current map to world.log at roundstart
This commit is contained in:
Razharas
2015-10-10 03:25:28 +03:00
+1
View File
@@ -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()