diff options
| author | wow54321 <wow54321@code.333networks.com> | 2021-09-09 13:36:30 +0000 |
|---|---|---|
| committer | wow54321 <wow54321@code.333networks.com> | 2021-09-09 13:36:30 +0000 |
| commit | 14aeadf01453c851118c6f6ae9d33794344bcf0a (patch) | |
| tree | 4666e8b50317a96f179ff22025d6a0b48acd76dc | |
| parent | abf0ef36b57c72b17d414673ecaadd74cf408134 (diff) | |
| download | WebInterface-Perl-14aeadf01453c851118c6f6ae9d33794344bcf0a.tar.gz WebInterface-Perl-14aeadf01453c851118c6f6ae9d33794344bcf0a.zip | |
„lib/MasterWebInterface/Util/GameTypes.pm“ ändern
| -rwxr-xr-x | lib/MasterWebInterface/Util/GameTypes.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/MasterWebInterface/Util/GameTypes.pm b/lib/MasterWebInterface/Util/GameTypes.pm index 6dc26f4..25b8ec0 100755 --- a/lib/MasterWebInterface/Util/GameTypes.pm +++ b/lib/MasterWebInterface/Util/GameTypes.pm @@ -18,19 +18,19 @@ sub better_gametype # general abbreviations "DM" => "Deathmatch", "CTF" => "Capture the Flag", - "COOP" => "Cooperative Mission", + "COOP" => "Co-op", # Rune "ArenaGameInfo" => "Arena", "RuneMultiPlayer" => "Deathmatch", - "TVGame" => "Thirsty Vikings", - "SRGame" => "Shadow Rules", + "TVgame" => "Thirsty Vikings", + "SRgame" => "Shadow Rules", "NomadsGame" => "Nomads", "CapTheTorchGame" => "Capture the Torch", "HeadBallGame" => "Headball", - "SarkballGame" => "Sarkball", - "VasArenaGame" => "VAS Arena", + "SarkBallGame" => "Sarkball", + "VasArenaGameInfo" => "VAS Arena", # Unreal and Unreal Tournament "DeathMatchPlus" => "Deathmatch", |
