This commit is contained in:
Aer Iz 2024-02-13 00:55:09 +02:00
parent d7bed5e1a8
commit 5e15a3b3e0

View File

@ -519,7 +519,7 @@ void execute(Stack *stack, Stack *originstack, char *modname)
continue;
}
if (!strcmp(NAME, "nop"))
if (!strcmp(NAME, "field"))
{
continue;
}