Menu: Fixed .bsp stripping messup on LAN

This commit is contained in:
Marco Cawthorne 2019-01-16 18:05:10 +01:00
parent 817cf43930
commit d946acc77e

View file

@ -35,7 +35,7 @@ void create_btnok_start(void)
}
/* Strip .bsp extension before submitting */
startmap = substring(create_lbMaps.GetSelectedItem(), 0, -4);
startmap = substring(create_lbMaps.GetSelectedItem(), 0, -5);
if (startmap == __NULL__) {
return;