Skip to content

Commit

Permalink
remove script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle authored Sep 11, 2024
1 parent 198e231 commit cb3e5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ end

--- initializes the package
function Midas.init(): () -> ()
print(`booting {script.Name}`)
print(`booting Midas`)
local midas = Midas.new()
return function()
midas:Destroy()
Expand Down

0 comments on commit cb3e5be

Please sign in to comment.