Correct long game names in source plugin
This commit is contained in:
parent
a8707696a0
commit
21ab4fab27
2
README
2
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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user