[Maps]: Undo shipment hack in preparation of rawfiles fix (#900)

This commit is contained in:
Edo 2023-04-04 12:49:34 +02:00 committed by GitHub
parent 60e581379c
commit d214cb0e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }