Commits from master (#1972)

* #SPAWN

* Update Spot.lua

Fix
This commit is contained in:
Thomas 2023-07-15 09:46:55 +02:00 committed by GitHub
parent 191f7a7377
commit 1ad538ea9f
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 } )