X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=phys.c;h=04c5449d2a216131268dd9530ff4e5233a5a0af8;hb=bea6cb189cb6d95a1e99321231ddc42ee214337c;hp=7128ea3ddc9a440dc42b88bd581ebd0dcd824c9a;hpb=363fbad63b6695840da972d434fd4f8daf398641;p=xonotic%2Fdarkplaces.git diff --git a/phys.c b/phys.c index 7128ea3d..04c5449d 100644 --- a/phys.c +++ b/phys.c @@ -26,7 +26,7 @@ int PHYS_NudgeOutOfSolid(prvm_prog_t *prog, prvm_edict_t *ent) separation = cl_gameplayfix_nudgeoutofsolid_separation.value; } else - Sys_Error("PHYS_NudgeOutOfSolid: cannot be called from %s VM\n", prog->name); + Sys_Abort("PHYS_NudgeOutOfSolid: cannot be called from %s VM\n", prog->name); VectorCopy(PRVM_serveredictvector(ent, mins), stuckmins); VectorCopy(PRVM_serveredictvector(ent, maxs), stuckmaxs);