diff options
-rw-r--r-- | src/net/eathena/gamerecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gamerecv.cpp b/src/net/eathena/gamerecv.cpp index a27703235..241ce26b1 100644 --- a/src/net/eathena/gamerecv.cpp +++ b/src/net/eathena/gamerecv.cpp @@ -90,7 +90,7 @@ void GameRecv::processPing2(Net::MessageIn &msg A_UNUSED) // do nothing } -void GameRecv::processLoadConfirm(Net::MessageIn &msg A_UNUSED) +void GameRecv::processLoadConfirm(Net::MessageIn &msg) { UNIMPLEMENTEDPACKET; } |