--- deliantra/server/common/arch.C 2007/02/02 22:08:23 1.40 +++ deliantra/server/common/arch.C 2007/02/08 03:09:31 1.41 @@ -448,7 +448,7 @@ cp--; } } - if (!strcmp ("Object", variable)) + if (!strcmp ("object", variable)) { if ((at = archetype::find (argument)) == NULL) LOG (llevError, "Warning: failed to find arch %s\n", argument);