Browse Source

Merge branch 'master' of http://121.42.8.157:10080/software-l/server

zhuyf 4 years ago
parent
commit
fabda7b0d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      card_car.cpp

+ 2 - 2
card_car.cpp

@@ -136,8 +136,8 @@ void car::handle_traffic_light(const point& p)
 
 void car::on_timer()
 {
-    if(!empty())
-	    make_package();
+    //if(!empty())
+	make_package();
 }
 int car::get_area()
 {