hedgewars/CCHandlers.inc
changeset 2111 9be70514954c
parent 2110 df2a1fe3617a
child 2114 9a8ccc7bc3d8
--- a/hedgewars/CCHandlers.inc	Sun May 24 14:03:59 2009 +0000
+++ b/hedgewars/CCHandlers.inc	Sun May 24 15:01:10 2009 +0000
@@ -395,8 +395,7 @@
 begin
 text:= copy(s, 2, Length(s)-1);
 if CheckNoTeamOrHH
-  or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0)
-  or CurrentTeam^.ExtDriven then
+  or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) then
     begin
     chSay(text);
     exit