DATABASE now also follows correctly the players.

This commit is contained in:
FlightControl
2016-05-27 13:21:39 +02:00
parent 645d074a7d
commit 7efbd60b9e
6 changed files with 157 additions and 212 deletions

View File

@@ -325,7 +325,7 @@ end
--- Flushes the current SET contents in the log ... (for debug reasons).
-- @param #SET self
-- @return #SET self
-- @return #string A string with the names of the objects.
function SET:Flush()
self:F3()
@@ -334,6 +334,8 @@ function SET:Flush()
ObjectNames = ObjectNames .. ObjectName .. ", "
end
self:T( { "Objects in Set:", ObjectNames } )
return ObjectNames
end