summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/charserverhandler.cpp')
-rw-r--r--src/net/tmwa/charserverhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp
index 45c07bec..324afd2d 100644
--- a/src/net/tmwa/charserverhandler.cpp
+++ b/src/net/tmwa/charserverhandler.cpp
@@ -342,7 +342,7 @@ void CharServerHandler::deleteCharacter(Net::Character *character)
void CharServerHandler::switchCharacter()
{
// This is really a map-server packet
- MessageOut outMsg(CMSG_PLAYER_RESTART);
+ MessageOut outMsg(CMSG_PLAYER_REBOOT);
outMsg.writeInt8(1);
}