diff -r cb217271f344 -r a864a0aeed96 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Wed Jun 29 18:09:24 2011 +0200 +++ b/hedgewars/uCommandHandlers.pas Fri Jul 01 08:46:47 2011 +0200 @@ -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;