diff --git a/code/fgame/dm_manager.cpp b/code/fgame/dm_manager.cpp index 615e9313..a2d3d1f5 100644 --- a/code/fgame/dm_manager.cpp +++ b/code/fgame/dm_manager.cpp @@ -42,8 +42,8 @@ typedef struct spawnsort_s { static qboolean SpotWouldTelefrag(float *origin) { - static Vector mins = Vector(-16, -16, 1); - static Vector maxs = Vector(16, 16, 97); + static Vector mins = Vector(-15, -15, 1); + static Vector maxs = Vector(15, 15, 96); trace_t trace; trace = G_Trace(Vector(origin), mins, maxs, Vector(origin), NULL, MASK_PLAYERSTART, qfalse, "SpotWouldTelefrag");