Fixed buildin function call problem, but found a new on in tokenizer

(e.g. "format" -> for, mat).
This commit is contained in:
Marvin Blum
2015-10-24 14:37:12 +02:00
parent 75729ebb8e
commit 5996df0f71
6 changed files with 8 additions and 22 deletions

View File

@@ -1 +1,2 @@
foo(player)("head");
//diag_log format ["easyHC: found headless client with ID %1.", easyHCpresent];
diag_log () (format(xy)("asdf", "hjkl"));