walkor 12 vuotta sitten
vanhempi
commit
406af9bbd8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      applications/Game/Tests/game.php

+ 1 - 1
applications/Game/Tests/game.php

@@ -1,7 +1,7 @@
 <?php
 ini_set('display_errors', 'on');
 error_reporting(E_ALL);
-define('WORKERMAN_ROOT_DIR', __DIR__.'/../../');
+define('WORKERMAN_ROOT_DIR', __DIR__.'/../../../');
 include '../GameBuffer.php';
 
 $sock = stream_socket_client("tcp://127.0.0.1:8282");