fixed moving if player collision is turned off

This commit is contained in:
SushiTee 2011-04-01 21:32:16 +02:00 committed by oy
parent 053a1d19ec
commit 747113d855

View file

@ -391,10 +391,10 @@ void CCharacterCore::Move()
return;
}
}
}
m_Pos = NewPos;
}
}
m_Pos = NewPos;
}
void CCharacterCore::Write(CNetObj_CharacterCore *pObjCore)