diff --git a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf index bd8c1d51..5ae39825 100644 --- a/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf +++ b/Sources/epoch_code/compile/functions/EPOCH_worldObjectType.sqf @@ -43,6 +43,7 @@ if (_object isEqualType objNull) then { }; } else { + // find start of p3d name - OLD UNUSED TBR _findStart = _object find ": "; if (_findStart != -1) then{ _start = _findStart + 2;