Correct long game names in source plugin
This commit is contained in:
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
|
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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user