# HG changeset patch # User Wuzzy # Date 1532624919 -7200 # Node ID 0ff20bb1503705cfb102c6ba52ad051b8e7f85d9 # Parent cba63f72e52f01b527d4b3d8853ec24d734466ea TechRacer: Print selected map in debug output diff -r cba63f72e52f -r 0ff20bb15037 share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Thu Jul 26 18:39:06 2018 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Thu Jul 26 19:08:39 2018 +0200 @@ -664,6 +664,7 @@ if mapID == nil then mapID = 2 + GetRandom(7) end + WriteLnToConsole("TechRacer: Using map "..tostring(mapID)) addHashData(mapID) diff -r cba63f72e52f -r 0ff20bb15037 share/hedgewars/Data/Scripts/TechMaps.lua --- a/share/hedgewars/Data/Scripts/TechMaps.lua Thu Jul 26 18:39:06 2018 +0200 +++ b/share/hedgewars/Data/Scripts/TechMaps.lua Thu Jul 26 19:08:39 2018 +0200 @@ -102,6 +102,7 @@ if mapID == nil then mapID = 2 + GetRandom(7) end + WriteLnToConsole("TechRacer preview: Using map "..tostring(mapID)) TemplateFilter = 0