mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
commit
d7f51a2dcf
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace Util
|
||||||
return spawnIndex != getAllocFailId();
|
return spawnIndex != getAllocFailId();
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr T getAllocFailId()
|
constexpr T getAllocFailId() const
|
||||||
{
|
{
|
||||||
return static_cast< T >( -1 );
|
return static_cast< T >( -1 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue