walkor 12 years ago
parent
commit
712cf1f038
1 changed files with 1 additions and 1 deletions
  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