mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-16 12:28:08 +00:00
Remove comment
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user