[Source] Move like Offi

07/23/2018 22:00 Knusper02#1
Hello, first release here :D
(have not found this one anywhere)

In MoverActEvent.cpp

Search for:
Code:
if( m_nCorr < 0 )
(There should be 2 hits in the file)

Remove under both:
Code:
ClearDest();
SendActMsg( OBJMSG_STAND );
What does it do?
1. When moving with left click on collision you will keep moving.
2. When dropping off height with left click you will keep moving.
07/24/2018 14:08 Pumaaa#2
You should maybe put like a bigger hint for people so they do not only replace the clientsided or serversided code but both occurrences.