Fix swimming in ground glitch at certain spots on Napf

This commit is contained in:
ebaydayz
2016-12-10 16:36:51 -05:00
parent d0e8291159
commit 6ecdabc92d
3 changed files with 5 additions and 8 deletions

View File

@@ -996,7 +996,7 @@ class FSM
" [player,2000] spawn BIS_fnc_halo;" \n
"} else {" \n
" player setDir _setDir;" \n
" player setPosATL _setPos;" \n
" player setPosATL [_setPos select 0,_setPos select 1,(_setPos select 2)+.1]; //Prevents swimming in ground glitch" \n
"};" \n
"" \n
"player setVelocity [0,0,0.5];" \n