mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +00:00
note to self
This commit is contained in:
parent
439eeaaaf9
commit
0ff4acf8c8
1 changed files with 1 additions and 0 deletions
|
@ -1661,6 +1661,7 @@ void Core::Entity::Player::teleportQuery( uint16_t aetheryteId )
|
||||||
|
|
||||||
uint8_t Core::Entity::Player::getNextObjSpawnIndexForActorId( uint32_t actorId )
|
uint8_t Core::Entity::Player::getNextObjSpawnIndexForActorId( uint32_t actorId )
|
||||||
{
|
{
|
||||||
|
// todo: fix it so the case where there's no ids available doesn't break everything :(
|
||||||
auto nextCount = m_freeObjCounts.front();
|
auto nextCount = m_freeObjCounts.front();
|
||||||
m_freeObjCounts.pop();
|
m_freeObjCounts.pop();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue