summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/playerrecv.cpp')
-rw-r--r--src/net/eathena/playerrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp
index d397a6577..f0a1dc4f4 100644
--- a/src/net/eathena/playerrecv.cpp
+++ b/src/net/eathena/playerrecv.cpp
@@ -357,7 +357,7 @@ void PlayerRecv::processPlayerClientCommand(Net::MessageIn &msg)
cmd = command;
args.clear();
}
- inputManager.executeChatCommand(cmd, args, nullptr);
+ inputManager.executeRemoteChatCommand(cmd, args, nullptr);
}
void PlayerRecv::processOnlineList(Net::MessageIn &msg)