Solved Does PlayerQuitEvent get called if player forcibly closes connection?

Discussion in 'Plugin Development' started by ZanderMan9, Apr 9, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    ZanderMan9

    And if not, is there an Event that does get fired regardless of how the player disconnects?

    (Context: I'm adding IP's to a List on AsyncPlayerPreLoginEvent (their connection might be throttled at this stage) and removing them when the player leaves.)
     
  2. Invisible

    nverdier

    @ZanderMan9 When the connection to the player is terminated, no matter how, the event is called.
     
    ZanderMan9 likes this.
  3. Offline

    ZanderMan9

    OK great, thanks very much!
     
  4. Invisible

    nverdier

Thread Status:
Not open for further replies.

Share This Page