fix typo in error
This commit is contained in:
parent
592db68302
commit
d2c072d56d
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user