Menu: Fixed .bsp stripping messup on LAN
This commit is contained in:
parent
817cf43930
commit
d946acc77e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue