This commit is contained in:
Luuk van Oijen
2023-11-20 13:59:19 +01:00
parent 5097244c76
commit 223c9a5064

View File

@@ -878,7 +878,6 @@ impl Server {
let car_id = client.register_car(Car::new(car_json_str.to_string()));
let client_id = client.get_id();
if allowed {
client.trigger_client_event("GetSize", client_id.to_string()).await;
let packet_data = format!(
"Os:{}:{}:{}-{}:{}",
client.get_roles(),