[Maps]: Undo shipment hack in preparation of rawfiles fix (#900)
This commit is contained in:
parent
60e581379c
commit
d214cb0e58
@ -321,12 +321,6 @@ namespace Components
|
|||||||
format = "maps/%s.d3dbsp";
|
format = "maps/%s.d3dbsp";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Redirect shipment to shipment long
|
|
||||||
if (mapname == "mp_shipment"s)
|
|
||||||
{
|
|
||||||
mapname = "mp_shipment_long";
|
|
||||||
}
|
|
||||||
|
|
||||||
_snprintf_s(buffer, size, _TRUNCATE, format, mapname);
|
_snprintf_s(buffer, size, _TRUNCATE, format, mapname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user