mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] fix admin spawn or error (#10552)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
1f4c3d9c71
commit
d0636cd608
@@ -21,19 +21,13 @@
|
||||
newplayer_start += loc
|
||||
delete_me = TRUE
|
||||
if("JoinLate") // Bit difference, since we need the spawn point to move.
|
||||
latejoin += src
|
||||
simulated = TRUE
|
||||
// delete_me = 1
|
||||
//VOREStation Add end
|
||||
if("Observer-Start") // Ghosts are the only thing that use the latejoin list afaik and it complains if there's nothing in the list.
|
||||
latejoin += src
|
||||
simulated = TRUE
|
||||
latejoin += loc
|
||||
delete_me = TRUE
|
||||
//VOREStation Add end
|
||||
if("JoinLateGateway")
|
||||
latejoin_gateway += loc
|
||||
// CHOMPEdit Start
|
||||
// latejoin += loc //VOREStation Addition // CHOMPRemove
|
||||
delete_me = TRUE
|
||||
// CHOMPEdit End
|
||||
//CHOMPEdit Begin
|
||||
if("JoinLateStationGateway")
|
||||
GLOB.latejoin_gatewaystation += loc
|
||||
|
||||
Reference in New Issue
Block a user