Remove `PF_SLIDING` AFTER Lua_PlayerThink
Moves the part in P_PlayerThink that removes PF_SLIDING
after it calls the lua hook for PlayerThink, for modding QOL. Previously, modders had to check for PF_SLIDING
outside of a playerthink, which is just annoying