mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
Merge pull request #12231 from duncathan/maps
Adds the name of the current map to world.log at roundstart
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user