# HG changeset patch
# User unc0rr
# Date 1450199478 -10800
# Node ID 96decedd9400c20786868c42381420ad1b0f2388
# Parent  3c5d99013baf533800af3975017c6d88bc78b95b
Fix command sent to engine so it works for real

diff -r 3c5d99013baf -r 96decedd9400 hedgewars/uFLTeams.pas
--- a/hedgewars/uFLTeams.pas	Mon Dec 14 00:24:03 2015 +0300
+++ b/hedgewars/uFLTeams.pas	Tue Dec 15 20:11:18 2015 +0300
@@ -51,8 +51,10 @@
     with team do
     begin
         ipcToEngine('eaddteam <hash> ' + colorsSet[color] + ' ' + teamName);
+
         if extDriven then
-            ipcToEngine('rdriven');
+            ipcToEngine('erdriven');
+
         for i:= 0 to Pred(hogsNumber) do
         begin
             ipcToEngine('eaddhh ' + inttostr(botLevel) + ' 100 ' + hedgehogs[i].name);