Update Spot.lua

Fix
This commit is contained in:
Thomas 2023-07-15 09:36:24 +02:00 committed by GitHub
parent f6fdecf892
commit 5954b8692f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,7 +357,7 @@ do
-- @param To
-- @return #SPOT
function SPOT:onafterLaseOff( From, Event, To )
self:t({From, Event, To})
self:T({From, Event, To})
self:T2( {"Stopped lasing for ", self.Target and self.Target:GetName() or "coord", SpotIR = self.SportIR, SpotLaser = self.SpotLaser } )