mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
* When spawning into the game (both latejoin and normal join) the job controller used loc = X to set location. This meant that Enter() was never called for entering the spawn location, and all other associated problems. * This screws up the new jukebox music system because mob.lastarea is not set correctly. * Fixed signpost teleporting for the same reason (nobody wants beach tunes playing forever)