accidentally reverted this when reverting the rest of the override changes.
authornemo
Wed, 24 Aug 2011 18:07:37 -0400
changeset 5679 505c6448069b
parent 5678 35aa435d19f9
child 5680 c0107c991dda
accidentally reverted this when reverting the rest of the override changes.
hedgewars/uCommandHandlers.pas
--- a/hedgewars/uCommandHandlers.pas	Wed Aug 24 17:55:39 2011 -0400
+++ b/hedgewars/uCommandHandlers.pas	Wed Aug 24 18:07:37 2011 -0400
@@ -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;