mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
Remove comment
This commit is contained in:
parent
3ec31027cd
commit
991c98c656
@ -5612,8 +5612,6 @@ void GameMessages::HandleModularBuildFinish(RakNet::BitStream* inStream, Entity*
|
|||||||
config.push_back(moduleAssembly);
|
config.push_back(moduleAssembly);
|
||||||
|
|
||||||
LWOOBJID newIdBig = newId;
|
LWOOBJID newIdBig = newId;
|
||||||
// Make sure a subkey isnt already in use. Persistent Ids do not make sense here since this only needs to be unique for
|
|
||||||
// this character. Because of that, we just generate a random id and check for a collision.
|
|
||||||
GeneralUtils::SetBit(newIdBig, eObjectBits::CHARACTER);
|
GeneralUtils::SetBit(newIdBig, eObjectBits::CHARACTER);
|
||||||
|
|
||||||
if (count == 3) {
|
if (count == 3) {
|
||||||
|
Loading…
Reference in New Issue
Block a user