1
0
git-svn-id: http://mc-server.googlecode.com/svn/trunk@658 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
lapayo94@gmail.com 2012-07-12 19:28:34 +00:00
parent 2f3dc03005
commit 5f6c7409c1

View File

@ -515,7 +515,7 @@ void cPlayer::SetGameMode( eGameMode a_GameMode )
m_ClientHandle->Send ( GameModePacket );
GetInventory().SendWholeInventory(m_ClientHandle);
OldInventory->SetEquippedSlot(GetInventory().GetEquippedSlot());
GetInventory().SetEquippedSlot(OldInventory->GetEquippedSlot());
}
}
}