mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 17:26:15 +00:00
cleanup
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user