--- deliantra/server/common/loader.l 2006/08/29 05:03:54 1.14 +++ deliantra/server/common/loader.l 2006/08/31 06:23:19 1.16 @@ -1062,8 +1062,6 @@ LOG (llevError, "stray event_* in map file, skipping."); } -^current_weapon_script{S} { LOG (llevError, "stray current_weapon_script in map file, skipping."); } - <*>(^{WS}$)|\n {/* ignore empty lines, newlines we don't do above */} #.*\n {} @@ -1757,7 +1755,7 @@ /* Even if the object does have an owner, it would seem that we should * still save it. */ - if(op->owner!=NULL || fp == NULL) + if(op->owner!=NULL) return; /* If it is unpaid and we don't want to save those, just return. */