From 21ab4fab27fa52f2c1ce9daec71c4b5b70251dda Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Sat, 1 Jun 2013 23:07:08 +0200 Subject: [PATCH] Correct long game names in source plugin --- README | 2 +- modules-available/source.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index a1c041b..2a71e47 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ Currently mumo comes with the following modules: Mumble's positional uadio system and does not require cooperation by the game server. Currently the following source engine based games are supported: Team Fortress 2, Day of Defeat: Source, - CounterStrike: Source, Half Life 2: Death Match. + Counter-Strike: Source, Half-Life 2: Deathmatch. * test: A debugging plugin that registers for all possible events and outputs every call with parameters into the debug log. diff --git a/modules-available/source.ini b/modules-available/source.ini index 7916233..571388f 100644 --- a/modules-available/source.ini +++ b/modules-available/source.ini @@ -61,15 +61,15 @@ name = Team Fortress 2 teams = Lobby, Spectator, Blue, Red [game:dod] -name = Day of Defeat : Source +name = Day of Defeat: Source teams = Lobby, Spectator, U.S. Army, Wehrmacht [game:cstrike] -name = Counterstrike Source +name = Counter-Strike: Source teams = Lobby, Spectator, Terrorist, CT Forces [game:hl2mp] -name = HL2: Death Match +name = Half-Life 2: Deathmatch teams = Lobby, Spectator, Combine, Rebels