From ab57941f0a0d06b5fa81a6c605bee4a22a042b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Sat, 25 Mar 2023 12:17:35 +0100 Subject: [PATCH] Make NKAI default AI. --- 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 64ab8ef22..2e1f853f8 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -335,7 +335,7 @@ }, "playerAI" : { "type" : "string", - "default" : "VCAI" + "default" : "Nullkiller" }, "friendlyAI" : { "type" : "string",