From 3c9ec0c30ee1256f9881a2a9b0de4a264fa7b0ac Mon Sep 17 00:00:00 2001 From: Dydzio Date: Sun, 29 Sep 2024 15:44:24 +0200 Subject: [PATCH] Change neutral AI to BattleAI --- config/schemas/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 3cc99dc28..da312e19d 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -509,7 +509,7 @@ }, "neutralAI" : { "type" : "string", - "default" : "StupidAI" + "default" : "BattleAI" }, "enemyAI" : { "type" : "string",