Skip to content

Commit 61e2cfd

Browse files
committed
ErrorNoHalt this message
1 parent 9e3cf90 commit 61e2cfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/weapons/gmod_tool/stools/precision_align.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ function TOOL:GetClickPosition(trace)
277277
PrecisionAlign.SetNextMessageTarget(self:GetOwner())
278278
PrecisionAlign.Warning("Phys:GetAABB(): BoxMin and/or BoxMax returned nil. Please report this error, alongside as many details as possible about the entity you ran this on.")
279279
PrecisionAlign.SetNextMessageTarget()
280+
ErrorNoHalt("Phys:GetAABB(): BoxMin and/or BoxMax returned nil. Trace entity: " .. tostring(Ent) .. ", trace physics: " .. tostring(trace.PhysicsBone) .. "(resolved to " .. tostring(Phys) .. ")")
280281
else
281282
local HitPosL = Ent:WorldToLocal( trace.HitPos )
282283
local BoxCentre = Ent:OBBCenter()

0 commit comments

Comments
 (0)