Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Whoops, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Aug 15, 2012
1 parent b923b55 commit d28124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.cs
Expand Up @@ -57,7 +57,7 @@
switch$(getWord(%line, 0)) {
case "addon":
%addOn = getWords(%line, 1);
if (DM_forceRequiredAddOn(%addOn) == $Error::AddOn_NotFound) {
if (forceRequiredAddOn(%addOn) == $Error::AddOn_NotFound) {
error("Add-On" SPC %addOn SPC "(required by" SPC %name @ ") was not found), skipping build" SPC %name);
%success = false;
break;
Expand Down

0 comments on commit d28124c

Please sign in to comment.