]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubCoreLoop.php
Code base merged from ship-simu repos
[hub.git] / application / hub / main / class_HubCoreLoop.php
index a64a4d6d95b68fb8efc247845b2a8cf2bc7eb6c7..3b4328d6b3a448f78daf1ed2620654bfcd24bae9 100644 (file)
@@ -111,7 +111,7 @@ class HubCoreLoop extends BaseFrameworkSystem {
                $this->setObjectDescription("Hub-Core Loop");
 
                // Set unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Tidy up a little
                $this->removeSystemArray();
@@ -160,8 +160,8 @@ class HubCoreLoop extends BaseFrameworkSystem {
         * @return      void
         */
        private final function initPeerList () {
-               $this->connectedPeers = new FrameworkArrayObject();
-               $this->authPeers      = new FrameworkArrayObject();
+               $this->connectedPeers = new FrameworkArrayObject("FakedConnectedPeers");
+               $this->authPeers      = new FrameworkArrayObject("FakeAuthPeers");
        }
 
        /**