From e86eb6a4b892a5a1572901885af5b1fa42265b54 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 25 Jun 2022 04:39:07 +0100 Subject: [PATCH] Update game support blacklist --- app/logic/game_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/logic/game_support.py b/app/logic/game_support.py index c0ac2859..b85661ec 100644 --- a/app/logic/game_support.py +++ b/app/logic/game_support.py @@ -50,8 +50,8 @@ minetest_game_mods = { mtg_mod_blacklist = { - "repixture", "tutorial", "runorfall", "realtest_mt5", "mevo", "xaenvironment", - "survivethedays" + "pacman", "tutorial", "runorfall", "realtest_mt5", "mevo", "xaenvironment", + "survivethedays", "holidayhorrors", }