aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/scriptjson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/scriptjson.cpp')
-rw-r--r--NorthstarDedicatedTest/scriptjson.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/scriptjson.cpp b/NorthstarDedicatedTest/scriptjson.cpp
index 220f4968..1921a429 100644
--- a/NorthstarDedicatedTest/scriptjson.cpp
+++ b/NorthstarDedicatedTest/scriptjson.cpp
@@ -245,7 +245,7 @@ SQRESULT ClientSq_DecodeJSON(void* sqvm)
ClientSq_newTable(sqvm);
return SQRESULT_NOTNULL;
}
- ServerSq_newTable(sqvm);
+ ClientSq_newTable(sqvm);
for (int i = 0; i < doc.MemberCount(); i++)
{