mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes split personlity switching
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
current_backseat = owner_backseat
|
||||
free_backseat = stranger_backseat
|
||||
|
||||
if(!free_backseat.client) //Make sure we never switch to a logged off mob.
|
||||
if(!current_backseat.client) //Make sure we never switch to a logged off mob.
|
||||
return
|
||||
|
||||
log_game("[key_name(current_backseat)] assumed control of [key_name(owner)] due to [src]. (Original owner: [current_controller == OWNER ? owner.key : current_backseat.key])")
|
||||
|
||||
Reference in New Issue
Block a user