diff -r ce527b35d063 -r 7f57d0c7816a hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Tue Jun 28 19:16:42 2011 -0400 +++ b/hedgewars/uCommandHandlers.pas Tue Jun 28 21:48:28 2011 -0400 @@ -445,7 +445,7 @@ procedure chSetMap(var s: shortstring); begin -if isDeveloperMode then +if isDeveloperMode and (s <> '') then begin UserPathz[ptMapCurrent]:= UserPathz[ptMaps] + '/' + s; Pathz[ptMapCurrent]:= Pathz[ptMaps] + '/' + s;