We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b2842 commit 33bd93cCopy full SHA for 33bd93c
addons/hashes/fnc_encodeJSON.sqf
@@ -77,7 +77,7 @@ switch (typeName _object) do {
77
};
78
79
default {
80
- if !(typename _object in (supportinfo "u:allVariables*" apply {_x splitString " " select 1})) exitWith {
+ if !(typeName _object in (supportInfo "u:allVariables*" apply {_x splitString " " select 1})) exitWith {
81
[str _object] call CBA_fnc_encodeJSON
82
83
0 commit comments