diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/tmwa/beinghandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 6bbdac2e9..1a099b3d8 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -697,6 +697,7 @@ void BeingHandler::processBeingMove3(Net::MessageIn &msg) const } } + delete [] moves; dstBeing->setPath(path); } |