mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
missing space
This commit is contained in:
parent
b4679aa44a
commit
82522b04ab
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ OctreeEditPacketSender::~OctreeEditPacketSender() {
|
|||
|
||||
bool OctreeEditPacketSender::serversExist() const {
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
if(!nodeList) {
|
||||
if (!nodeList) {
|
||||
return false;
|
||||
}
|
||||
auto node = nodeList->soloNodeOfType(getMyNodeType());
|
||||
|
|
Loading…
Reference in a new issue