author | unc0rr |
Sat, 12 Dec 2015 23:42:40 +0300 | |
branch | qmlfrontend |
changeset 11458 | e7c7ca0c1556 |
parent 11457 | 78860824b5a5 |
child 11459 | 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);