Added Reset of event subscriptions after GROUP:Respawn()

This commit is contained in:
FlightControl
2017-04-11 08:20:54 +02:00
parent 51c1da3557
commit 12948f583d
2 changed files with 5 additions and 2 deletions

View File

@@ -994,7 +994,7 @@ do -- Event Handling
--- Reset the subscriptions.
-- @param #UNIT self
-- @return #UNIT
function UNIT:ResetEvents( Event )
function UNIT:ResetEvents()
self:EventDispatcher():Reset( self )