Pending Map should no longer be shown when mapvotes are disabled.

Removed tf2 include from mapchooser.
Moved sm_setnextmap to mapchooser and made it block the end of map vote.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402427
This commit is contained in:
Matt Woodrow
2008-07-28 07:47:28 +00:00
parent 50eb77926e
commit ae7e5a6a4b
4 changed files with 72 additions and 47 deletions
+6
View File
@@ -37,4 +37,10 @@
"#format" "{1:i},{2:i}"
"en" "Current map continues! The Vote has spoken! (Received {1}%% of {2} votes)"
}
"Changed Next Map"
{
"#format" "{1:s}"
"en" "Changed nextmap to \"{1}\"."
}
}
+32 -3
View File
@@ -1,8 +1,37 @@
"Phrases"
{
"Changed Next Map"
"Map History"
{
"#format" "{1:s}"
"en" "Changed nextmap to \"{1}\"."
"en" "Map History"
}
"Map"
{
"en" "[Map]"
}
"Started"
{
"en" "[Started]"
}
"Played Time"
{
"en" "[Played Time]"
}
"Reason"
{
"en" "[Reason for ending]"
}
"Current Map"
{
"en" "Current Map"
}
"ago"
{
"en" "ago"
}
}