# HG changeset patch # User unc0rr # Date 1449952960 -10800 # Node ID e7c7ca0c1556118896da118c681585b9b3459817 # Parent 78860824b5a5d7a5a7a3854263083a4c4391bc01 Also send config in network game diff -r 78860824b5a5 -r e7c7ca0c1556 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);