hedgewars/uCommandHandlers.pas
branchhedgeroid
changeset 5725 e27100a0e2d0
parent 5577 272c82f82cee
parent 5679 505c6448069b
child 6224 42b256eca362
--- 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;