This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cruelty squad mapload bug fix (#532)
* cruelty squad player_spawn bugs this script is the same as the one in the map except the player spawn function removes the logic to loop through players, my guess is it doesn't like it on map spawn, which me being lazy i didn't set it up to only fire after warmup, which i probably should have done. this instead changes the logic to fire the fixing function and return the player_spawn function only when the invalid player is found, not double checking all players for valid userids. copium? yes. but in my defense, this shit works fine offline! that's the point of maptests!! * swap out vscript files see comment on vscript submission. * Update gorbinos_magic.nut shit_fixer was borked, this time, loop through all players... check if there is a valid userid in their extended player index... if not, THEN fire player_connect.
- Loading branch information