walkor hace 12 años
padre
commit
c151e12b1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      workers/GameGateway.php

+ 1 - 1
workers/GameGateway.php

@@ -9,7 +9,7 @@
  * 
  */
 require_once WORKERMAN_ROOT_DIR . 'man/Core/SocketWorker.php';
-require_once WORKERMAN_ROOT_DIR . 'applications/Game/GameBuffer.php';
+require_once WORKERMAN_ROOT_DIR . 'applications/Game/Protocols/GameBuffer.php';
 require_once WORKERMAN_ROOT_DIR . 'applications/Game/Store.php';
 
 class GameGateway extends Man\Core\SocketWorker