From 3c1127a6e6baa9564d25a17454f8903e678a41a6 Mon Sep 17 00:00:00 2001 From: STAM Date: Sat, 5 Aug 2017 02:53:37 +0300 Subject: [PATCH] BuzzyBots --- 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 4a4dd2f..6eede60 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -17,7 +17,7 @@ const game_modinfo_t g_known_games[] = { { "brainbread", nullptr, "bb.dll", "Brain Bread" }, // have no linux binary found! { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bumpercars", nullptr, "hl.dll", "Bumper Cars" }, // have no linux binary found! - { "buzzybots", "bb.so", "bb.dll", "BuzzyBots" }, + { "buzzybots", nullptr, "bb.dll", "BuzzyBots" }, // have no linux binary found! { "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, // have no linux binary! { "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" }, { "cstrike", "cs.so", "mp.dll", "Counter-Strike" },