Skip to content

Commit

Permalink
fixed extension loading
Browse files Browse the repository at this point in the history
fixes #28
  • Loading branch information
DennisWG committed Apr 15, 2018
1 parent 31f48d3 commit 4a02369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ function Roids.Frame.ADDON_LOADED()
return;
end

if arg1 == "Roids" then
if arg1 == "Roid-Macros" then
Roids.InitializeExtensions();
return;
end
Expand Down

0 comments on commit 4a02369

Please sign in to comment.