mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 00:32:34 +00:00
feat: Added console print when no spawns were found
This commit is contained in:
@@ -69,6 +69,7 @@ namespace
|
||||
{
|
||||
if (bsp->spawnpoints.size() == 0)
|
||||
{
|
||||
con::info("No spawnpoints found, setting all spawns to (0, 0, 0)");
|
||||
BSP::BSPSpawnPoint defaultSpawnPoint;
|
||||
defaultSpawnPoint.origin.x = 0.0f;
|
||||
defaultSpawnPoint.origin.y = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user