From c331d9eb8769615f8aea3c7415e9d1051e957686 Mon Sep 17 00:00:00 2001 From: Alex_Z Date: Fri, 21 Jul 2017 16:25:25 +0300 Subject: [PATCH] Update game_support.cpp --- metamod/src/game_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 66aeb77..31c7977 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" },