walkor hace 12 años
padre
commit
712cf1f038
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Workers/GameWorker.php

+ 1 - 1
Workers/GameWorker.php

@@ -9,7 +9,7 @@
  * 
  */
 require_once WORKERMAN_ROOT_DIR . 'Core/SocketWorker.php';
-require_once WORKERMAN_ROOT_DIR . 'Applications/GameBuffer.php';
+require_once WORKERMAN_ROOT_DIR . 'Applications/Game/GameBuffer.php';
 require_once WORKERMAN_ROOT_DIR . 'Applications/Game/Event.php';
 
 class GameWorker extends WORKERMAN\Core\SocketWorker