Skip to content

Commit 4f29dc5

Browse files
committed
up
1 parent d9add69 commit 4f29dc5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine/AccountBase.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ void AccountBase::onRemoteMethodCall(MemoryStream& stream)
5555
else
5656
{
5757
componentPropertyUType = stream.readUint16();
58+
}
59+
5860
if (sm->useMethodDescrAlias)
5961
{
6062
methodUtype = stream.read<uint8>();

Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine/AvatarBase.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ void AvatarBase::onRemoteMethodCall(MemoryStream& stream)
5757
else
5858
{
5959
componentPropertyUType = stream.readUint16();
60+
}
61+
6062
if (sm->useMethodDescrAlias)
6163
{
6264
methodUtype = stream.read<uint8>();

Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine/MonsterBase.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ void MonsterBase::onRemoteMethodCall(MemoryStream& stream)
5555
else
5656
{
5757
componentPropertyUType = stream.readUint16();
58+
}
59+
5860
if (sm->useMethodDescrAlias)
5961
{
6062
methodUtype = stream.read<uint8>();

0 commit comments

Comments
 (0)