Also send config in network game qmlfrontend
authorunc0rr
Sat, 12 Dec 2015 23:42:40 +0300
branchqmlfrontend
changeset 11453 e7c7ca0c1556
parent 11452 78860824b5a5
child 11454 3c5d99013baf
Also send config in network game
hedgewars/uFLGameConfig.pas
--- 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);