mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
It Just Works (#26371)
This commit is contained in:
@@ -118,3 +118,6 @@
|
||||
|
||||
if(client)
|
||||
client.CAN_MOVE_DIAGONALLY = 0
|
||||
|
||||
add_client(client)
|
||||
contained_clients.Swap(1, contained_clients.len) //Put our own client at the beginning so we know which one to remove in Logout() (as client is already nulled by then)
|
||||
|
||||
@@ -48,4 +48,7 @@
|
||||
|
||||
INVOKE_EVENT(on_logout, list())
|
||||
|
||||
if(contained_clients)
|
||||
remove_client(contained_clients[1])
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user