mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-22 12:47:01 +00:00
Client does calcs
This commit is contained in:
parent
bd0926e0a5
commit
4b0ab2380c
@ -3676,7 +3676,7 @@ void GameMessages::HandlePetTamingTryBuild(RakNet::BitStream* inStream, Entity*
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
petComponent->TryBuild(bricks, clientFailed);
|
petComponent->TryBuild(bricks.size(), clientFailed);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameMessages::HandleNotifyTamingBuildSuccess(RakNet::BitStream* inStream, Entity* entity, const SystemAddress& sysAddr)
|
void GameMessages::HandleNotifyTamingBuildSuccess(RakNet::BitStream* inStream, Entity* entity, const SystemAddress& sysAddr)
|
||||||
|
Loading…
Reference in New Issue
Block a user