This commit is contained in:
Nordi98 2025-07-30 03:26:19 +02:00
parent 19fea951a1
commit 1d404bab45
2 changed files with 2 additions and 2 deletions

View file

@ -841,7 +841,6 @@ RegisterNetEvent('taxi:respawnAllStations', function()
InitializeTaxiStations()
lib.notify({
title =
title = 'Taxi Service',
description = 'Alle Taxi-Stationen wurden neu gespawnt',
type = 'success'
@ -877,3 +876,4 @@ AddEventHandler('onResourceStop', function(resourceName)
print("^2[TAXI STATIONS DEBUG]^7 Cleanup completed")
end
end)