mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
This reverts commit b3cbc1cbbc.
This commit is contained in:
@@ -118,6 +118,3 @@
|
||||
|
||||
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,7 +48,4 @@
|
||||
|
||||
INVOKE_EVENT(on_logout, list())
|
||||
|
||||
if(contained_clients)
|
||||
remove_client(contained_clients[1])
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user