diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/gamecore.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/gamecore.cpp b/src/game/gamecore.cpp index c8669a8e..e41e1fab 100644 --- a/src/game/gamecore.cpp +++ b/src/game/gamecore.cpp @@ -391,10 +391,10 @@ void CCharacterCore::Move() return; } } - } - - m_Pos = NewPos; + } } + + m_Pos = NewPos; } void CCharacterCore::Write(CNetObj_CharacterCore *pObjCore) |