Skip to content

Commit 33bd93c

Browse files
Update addons/hashes/fnc_encodeJSON.sqf
Co-Authored-By: commy2 <[email protected]>
1 parent 69b2842 commit 33bd93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/hashes/fnc_encodeJSON.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ switch (typeName _object) do {
7777
};
7878

7979
default {
80-
if !(typename _object in (supportinfo "u:allVariables*" apply {_x splitString " " select 1})) exitWith {
80+
if !(typeName _object in (supportInfo "u:allVariables*" apply {_x splitString " " select 1})) exitWith {
8181
[str _object] call CBA_fnc_encodeJSON
8282
};
8383

0 commit comments

Comments
 (0)