- better error message

This commit is contained in:
Christoph Oelckers 2020-09-22 08:49:03 +02:00
parent 880b811e0d
commit ec0e2be607
1 changed files with 1 additions and 1 deletions

View File

@ -3196,7 +3196,7 @@ static int32_t defsparser(scriptfile *script)
default:
pos.Message(MSG_ERROR, "Unknown token."); break;
pos.Message(MSG_ERROR, "%s: Unknown token.", script->String); break;
}
}