Revert "It Just Works (#26371)" (#26391)

This reverts commit b3cbc1cbbc.
This commit is contained in:
ShiftyRail
2020-05-04 21:27:34 +02:00
committed by GitHub
parent b3cbc1cbbc
commit 5ffa4a488b
4 changed files with 0 additions and 82 deletions

View File

@@ -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)

View File

@@ -48,7 +48,4 @@
INVOKE_EVENT(on_logout, list())
if(contained_clients)
remove_client(contained_clients[1])
..()