Skip to content

Commit

Permalink
fix(server/export): adjust name
Browse files Browse the repository at this point in the history
  • Loading branch information
Frowmza committed Mar 20, 2024
1 parent 85b6979 commit 68dd9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ local function createLicense(source, licenses)

end
end
exports('CreateLicense', createLicense)
exports('createLicense', createLicense)

lib.addCommand('giveidcard', {
help = 'Gives an item to a player',
Expand Down

0 comments on commit 68dd9c7

Please sign in to comment.