I need to stop doing stuff with lack of sleep
This commit is contained in:
NepDisk 2025-05-13 05:49:19 -04:00
parent 654aaa6065
commit 2399cb4f70

View file

@ -8746,7 +8746,7 @@ void K_SetRespawnAtNextWaypoint(player_t * player)
}
currentwaypoint = player->mo;
safewaypoint = player->nextwaypoint->mobj;
safewaypoint = oopisepoint->mobj;
CONS_Debug(DBG_GAMELOGIC, M_GetText("Tried to respawn at invalid waypoint! Setting respawn to closest waypoint\n"));
}
else