ENSL / NS

Natural Selection mod for Half-life
http://www.unknownworlds.com/ns
GNU General Public License v3.0
42 stars 12 forks source link

Server crash on door close #83

Open jirikivaari opened 3 years ago

jirikivaari commented 3 years ago

When staying under door (In eg. origin) and round starts, the server crashes. This is an engine bug but maybe it could be fixed in game.

EterniumDev commented 3 years ago

My guess is that it has to do with the order of reset entities on round restart. Perhaps we can reset all the players first then reset all entities?

EterniumDev commented 3 years ago

Fixed for all 4 combinations of mp_tournamentmode and sv_cheats - I will try and put it on my fork and then pierow can pull request it?

pierow commented 1 year ago

I tried @EterniumDev 's version and manged to crash it by readying while under the door on ns_origin. Don't think that fixes it.