Correct long game names in source plugin

This commit is contained in:
Stefan Hacker
2013-06-01 23:07:08 +02:00
parent a8707696a0
commit 21ab4fab27
2 changed files with 4 additions and 4 deletions

2
README
View File

@@ -33,7 +33,7 @@ Currently mumo comes with the following modules:
Mumble's positional uadio system and does not require cooperation Mumble's positional uadio system and does not require cooperation
by the game server. Currently the following source engine based by the game server. Currently the following source engine based
games are supported: Team Fortress 2, Day of Defeat: Source, 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 * test: A debugging plugin that registers for all possible events and
outputs every call with parameters into the debug log. outputs every call with parameters into the debug log.

View File

@@ -61,15 +61,15 @@ name = Team Fortress 2
teams = Lobby, Spectator, Blue, Red teams = Lobby, Spectator, Blue, Red
[game:dod] [game:dod]
name = Day of Defeat : Source name = Day of Defeat: Source
teams = Lobby, Spectator, U.S. Army, Wehrmacht teams = Lobby, Spectator, U.S. Army, Wehrmacht
[game:cstrike] [game:cstrike]
name = Counterstrike Source name = Counter-Strike: Source
teams = Lobby, Spectator, Terrorist, CT Forces teams = Lobby, Spectator, Terrorist, CT Forces
[game:hl2mp] [game:hl2mp]
name = HL2: Death Match name = Half-Life 2: Deathmatch
teams = Lobby, Spectator, Combine, Rebels teams = Lobby, Spectator, Combine, Rebels