Extend in-band world updates to handle moons too.
This commit is contained in:
@@ -201,6 +201,15 @@ public:
|
||||
return _upstreamAddresses;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Current moons
|
||||
*/
|
||||
inline std::vector<World> moons() const
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
return _moons;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Current planet
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user