From d2c072d56d696cc21f74a5eba0d88e6ca148823d Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Wed, 16 Aug 2023 15:31:33 -0400 Subject: [PATCH] fix typo in error --- VmcMessages/VmcExtConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VmcMessages/VmcExtConfig.cs b/VmcMessages/VmcExtConfig.cs index d233452..2cd81a8 100644 --- a/VmcMessages/VmcExtConfig.cs +++ b/VmcMessages/VmcExtConfig.cs @@ -29,7 +29,7 @@ namespace godotVmcSharp { if (m.Data.Count != 1) { - GD.Print($"Invalid number of arguments for {addr}. Expecting 11, received {m.Data.Count}"); + GD.Print($"Invalid number of arguments for {addr}. Expecting 1, received {m.Data.Count}"); return; } if (m.Data[0].Type != 's')