From 7796ba4eb6f4a3982ede37773ac13ec5b427d4fe Mon Sep 17 00:00:00 2001 From: Chomp Date: Fri, 20 Aug 2021 08:33:49 +0100 Subject: [PATCH] FIx incorectly named bot type --- Generator/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator/Program.cs b/Generator/Program.cs index b6b8115..a2b69fb 100644 --- a/Generator/Program.cs +++ b/Generator/Program.cs @@ -10,7 +10,7 @@ namespace Generator string[] botTypes = { "assault", "marksman", - "pmcbot", + "pmcBot", "bossbully", "bossgluhar", "bosskilla",