mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Test if getPlayerName really returns an empty string ...
This commit is contained in:
@@ -425,7 +425,7 @@ function DATABASE:OnHit( event )
|
||||
local InitUnit = nil
|
||||
local InitUnitName = ""
|
||||
local InitGroupName = ""
|
||||
local InitPlayerName = ""
|
||||
local InitPlayerName = "dummy"
|
||||
|
||||
local InitCoalition = nil
|
||||
local InitCategory = nil
|
||||
|
||||
Reference in New Issue
Block a user