Skip to content

Commit

Permalink
Release - 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 17, 2024
1 parent 24d2b63 commit 028d33a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _build/Noir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3861,17 +3861,17 @@ function Noir.Callbacks:_InstantiateCallback(name, hideStartWarning)
-- For later
local event = Noir.Callbacks.Events[name]

-- Stop here if the event already exists
if event then
return event
end

-- Create event if it doesn't exist
if not event then
event = Noir.Libraries.Events:Create()
self.Events[name] = event
end

-- Stop here if the event already exists
if event then
return event
end

-- Create function for game callback if it doesn't exist. If the user created the callback themselves, overwrite it
local existing = _ENV[name]

Expand Down Expand Up @@ -4062,7 +4062,7 @@ end
The current version of Noir.<br>
Follows [Semantic Versioning.](https://semver.org)
]]
Noir.Version = "1.8.3"
Noir.Version = "1.8.4"

--[[
This event is called when the framework is started.<br>
Expand Down

0 comments on commit 028d33a

Please sign in to comment.