From 0189c62dfbf53cc683f541ff5a35f49272fe430b Mon Sep 17 00:00:00 2001 From: Alex_Z Date: Fri, 21 Jul 2017 16:23:33 +0300 Subject: [PATCH] Update game_support.cpp --- metamod/src/game_support.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 87839ad..c1f5ce8 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -65,7 +65,7 @@ const game_modinfo_t g_known_games[] = { { "ol", "ol.so", "hl.dll", "Outlawsmod" }, { "ops1942", "spirit.so", "spirit.dll", "Operations 1942" }, { "osjb", "osjb.so", "jail.dll", "Open-Source Jailbreak" }, - { "outbreak", nullptr, "hl.dll", "Out Break" }, //have no linux binary + { "outbreak", nullptr, "hl.dll", "Out Break" }, //have no linux binary { "oz", "mp.so", "mp.dll", "Oz Deathmatch" }, { "paintball", "pb.so", "mp.dll", "Paintball" }, { "penemy", "pe.so", "pe.dll", "Public Enemy" }, @@ -98,7 +98,7 @@ const game_modinfo_t g_known_games[] = { { "tod", "hl.so", "hl.dll", "Tour of Duty" }, { "trainhunters", "th.so", "th.dll", "Train Hunters" }, { "trevenge", "trevenge.so", "trevenge.dll", "The Terrorist Revenge" }, - { "ts", "ts_i686.so", "mp.dll", "The Specialists" }, + { "ts", "ts_i686.so", "mp.dll", "The Specialists" }, { "ts", "ts_i386.so", "mp.dll", "The Specialists" }, { "tt", "tt.so", "tt.dll", "The Trenches" }, { "underworld", "uw.so", "uw.dll", "Underworld Bloodline" },