I’m making an MMO and when the AppGameContainer closes I want the server to be notified that a client has quit and delete that client from the player list.
So, in slick2D, how do I check when an AppGameContainer is closing? (Sorta like isCloseRequested in LWJGL)