stanley-king пре 7 година
родитељ
комит
7c2d878112
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      helper/room/room_client.php

+ 1 - 1
helper/room/room_client.php

@@ -78,7 +78,7 @@ class room_client extends tcp_client
     }
 
     public function remote_addr() {
-        return "{$this->mHost}:{$this->mPort}";
+        return "tcp://{$this->mHost}:{$this->mPort}";
     }
 
     public function invite($roomid,$user)