diff -r ba4c3a4c8b09 -r e27100a0e2d0 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Thu Sep 01 14:55:31 2011 +0200 +++ b/hedgewars/uCommandHandlers.pas Thu Sep 01 17:03:19 2011 +0200 @@ -450,7 +450,7 @@ procedure chSetMap(var s: shortstring); begin -if isDeveloperMode and (s <> '') then +if isDeveloperMode then begin UserPathz[ptMapCurrent]:= UserPathz[ptMaps] + '/' + s; Pathz[ptMapCurrent]:= Pathz[ptMaps] + '/' + s;