--- deliantra/server/server/player.C 2017/01/29 03:59:15 1.298 +++ deliantra/server/server/player.C 2017/09/16 21:55:51 1.299 @@ -236,7 +236,9 @@ if (ob) { - ob->contr = 0; + // potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, causing a segfault. + // temporarily backed out patchset 4025 to see if THIS change causes crashes + //ob->contr = 0; ob->destroy (); }