From 3a492f51d931722796d0e333a64f9a26ed4be921 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:24:02 +0100 Subject: [PATCH] Update functions.cpp --- src/game/scripting/functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/scripting/functions.cpp b/src/game/scripting/functions.cpp index 3ccc5a8..87e0dc2 100644 --- a/src/game/scripting/functions.cpp +++ b/src/game/scripting/functions.cpp @@ -78,7 +78,7 @@ namespace scripting { if (token.second == id) { - return token.first.data(); + return token.first; } }