Skip to content

Commit e89e9c3

Browse files
committed
Fix formatting in can-edit.lua and ensure proper export of Notification function
1 parent 03ce71a commit e89e9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/can-edit.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function Notification(massage, type, time)
1212
end
1313
exports("Notification", Notification)
1414
exports("Notify", Notification)
15-
15+
1616
AddEventHandler('ata_core')
1717
RegisterNetEvent('ata_core:Notification', function(massage, type, time)
1818
Notification(massage, type, time)

0 commit comments

Comments
 (0)