Update functions.cpp

This commit is contained in:
fed 2023-02-27 01:24:02 +01:00
parent d4ba37cde5
commit 3a492f51d9

View File

@ -78,7 +78,7 @@ namespace scripting
{ {
if (token.second == id) if (token.second == id)
{ {
return token.first.data(); return token.first;
} }
} }