Update fnc_codeToString.sqf (#9249)

This commit is contained in:
johnb432 2023-07-09 22:41:12 +02:00 committed by GitHub
parent ab2207924f
commit 1aa7eb2a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,7 @@
*/
params ["_code"];
if (_code isEqualType "") exitWith {_code};
_code = str(_code);
_code = _code select [1, count _code - 2];
_code
toString _code