src/Network/Server.cc
changeset 275 fa44b905bc2e
parent 274 c35307e8645c
child 276 87434abc1ba1
--- a/src/Network/Server.cc	Mon Dec 08 00:16:43 2008 +0000
+++ b/src/Network/Server.cc	Mon Dec 08 00:36:24 2008 +0000
@@ -186,7 +186,7 @@
 //    Engine::log(INFO, "server_player.on_input") << "player=" << obj << ", old_pos=" << position << ", input=" << input;
     
     // apply input
-    handleInput(input);  
+    handleInput(input, 10);  
 
     // send position update
     send_position_update();