summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/accounthandler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/accounthandler.cpp b/src/accounthandler.cpp
index 887dc193..4c02d4c4 100644
--- a/src/accounthandler.cpp
+++ b/src/accounthandler.cpp
@@ -180,11 +180,9 @@ AccountHandler::processMessage(NetComputer *comp, MessageIn &message)
PlayerPtr selectedChar = computer.getCharacter();
result.writeByte(ERRMSG_OK);
- selectedChar->setXY(600, 600); // for testing purpose
-
selectedChar->setDestination(selectedChar->getX(),
selectedChar->getY());
- selectedChar->setSpeed(10); // TODO
+ selectedChar->setSpeed(21); // TODO
LOG_INFO(selectedChar->getName()
<< " is trying to enter the servers.", 1);