Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Fix export by using export instead of exports #1

Merged
merged 1 commit into from May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion __resource.lua
@@ -1,4 +1,4 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
client_script 'notif.lua'

exports 'SendNotification'
export 'SendNotification'