Skip to content

Commit

Permalink
update config.d
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jul 24, 2023
1 parent 33b0653 commit 034f2ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ public class ModuleConfig {
}
return null;
}
///Returns the number of the module, or -1 if the module name does not exist.
sizediff_t getModuleNum(string name) @safe const {
foreach (size_t i, string n; modNames) {
if (n == name)
Expand Down

0 comments on commit 034f2ea

Please sign in to comment.