Skip to content

Fix html not loading currently

Rob Nelson requested to merge pull/10366/fixhtmluiissue into Bleeding-Edge

Created by: clusterfack

There was an issue due to the fact the mapname I was using was a directory name, which browse_rsc() ignores all for the last portion of, and the js was trying to read the full name with the directory.

This makes it just use the nameShort of the map which has no directory which to be truncated.

@Exxion this fixes the problem you reported in my last pr

Merge request reports