hedgewars/uFLGameConfig.pas
branchqmlfrontend
changeset 11453 e7c7ca0c1556
parent 11451 6e9b12864856
child 11454 3c5d99013baf
--- a/hedgewars/uFLGameConfig.pas	Sat Dec 12 23:38:18 2015 +0300
+++ b/hedgewars/uFLGameConfig.pas	Sat Dec 12 23:42:40 2015 +0300
@@ -68,7 +68,7 @@
                 ipcToEngine('e$template_filter ' + intToStr(template));
             ipcToEngine('e$feature_size ' + intToStr(featureSize));
         end;
-    gtLocal: begin
+    gtLocal, gtNet: begin
             if script <> 'Normal' then
                 ipcToEngine('escript ' + getScriptPath(script));
             ipcToEngine('eseed ' + seed);