fix typo in error

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-08-16 15:31:33 -04:00
parent 592db68302
commit d2c072d56d

View File

@ -29,7 +29,7 @@ namespace godotVmcSharp
{ {
if (m.Data.Count != 1) 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; return;
} }
if (m.Data[0].Type != 's') if (m.Data[0].Type != 's')