This commit is contained in:
sardelka9515 2022-08-24 18:48:21 +08:00
parent bb4eacce26
commit 83a37f8556

View File

@ -87,7 +87,6 @@ namespace RageCoop.Client
}
public static void Traffic(bool enable)
{
GTA.UI.Notification.Show(enable.ToString());
ChangeTraffic(enable);
_trafficEnabled = enable;
}