Test if getPlayerName really returns an empty string ...

This commit is contained in:
Sven Van de Velde 2016-03-02 22:15:07 +01:00
parent 6bbc0c152d
commit 11c9e3f025

View File

@ -425,7 +425,7 @@ function DATABASE:OnHit( event )
local InitUnit = nil local InitUnit = nil
local InitUnitName = "" local InitUnitName = ""
local InitGroupName = "" local InitGroupName = ""
local InitPlayerName = "" local InitPlayerName = "dummy"
local InitCoalition = nil local InitCoalition = nil
local InitCategory = nil local InitCategory = nil