mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_codeToString.sqf (#9249)
This commit is contained in:
parent
ab2207924f
commit
1aa7eb2a1a
@ -16,10 +16,7 @@
|
||||
*/
|
||||
|
||||
params ["_code"];
|
||||
|
||||
if (_code isEqualType "") exitWith {_code};
|
||||
|
||||
_code = str(_code);
|
||||
_code = _code select [1, count _code - 2];
|
||||
|
||||
_code
|
||||
|
||||
toString _code
|
||||
|
Loading…
Reference in New Issue
Block a user