From 548623696b576bf14f9a07ea83529ddd46e2680f Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 15 Sep 2023 15:09:12 +0200 Subject: [PATCH] disable onlineplay for "fatass" --- entries/fatass/game.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entries/fatass/game.json b/entries/fatass/game.json index 4a6f4519..a00d378c 100644 --- a/entries/fatass/game.json +++ b/entries/fatass/game.json @@ -1,5 +1,6 @@ { "developer": "Jeremy Evers", + "onlineplay": false, "files": [ { "default": true, @@ -15,4 +16,4 @@ "slug": "fatass", "title": "Fatass", "typetag": "tool" -} \ No newline at end of file +}