Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xogy committed Dec 6, 2022
1 parent 5a9f59c commit 45efd2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/exports/events.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
function onPlayStart(name, delegate, imporant)
function onPlayStart(name, delegate)
globalOptionsCache[name].onPlayStart = delegate
globalOptionsCache[name].imporant = imporant
end

exports('onPlayStart', onPlayStart)
Expand Down

0 comments on commit 45efd2b

Please sign in to comment.