(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')

This commit is contained in:
truebrain
2011-12-01 12:04:10 +00:00
parent 483c8bc6d2
commit ac0f5398c2
15 changed files with 27 additions and 27 deletions

View File

@@ -1330,7 +1330,7 @@ static void AILoadConfig(IniFile *ini, const char *grpname)
config->Change(item->name);
if (!config->HasScript()) {
if (strcmp(item->name, "none") != 0) {
DEBUG(ai, 0, "The AI by the name '%s' was no longer found, and removed from the list.", item->name);
DEBUG(script, 0, "The AI by the name '%s' was no longer found, and removed from the list.", item->name);
continue;
}
}