This commit is contained in:
vbawol 2017-06-04 19:23:15 -05:00
parent 684bff7e08
commit c887028d9b

View File

@ -43,6 +43,7 @@ if (_object isEqualType objNull) then {
}; };
} else { } else {
// find start of p3d name - OLD UNUSED TBR
_findStart = _object find ": "; _findStart = _object find ": ";
if (_findStart != -1) then{ if (_findStart != -1) then{
_start = _findStart + 2; _start = _findStart + 2;