From 77b3a2bf685e8f6df36af7893120c1627aa374bf Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Tue, 1 May 2012 16:06:32 -0700 Subject: [PATCH] Fix for NT, I think. --- code/game/topic.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/topic.dm b/code/game/topic.dm index 883f6b68da3..c1827cdffd3 100644 --- a/code/game/topic.dm +++ b/code/game/topic.dm @@ -30,7 +30,6 @@ s["end"] = "#end" // 7 + s["players"] + 1 = index of s["revinfo"] - s["revision"] = revdata.revision s["admins"] = admins return list2params(s)