Recent content by BlackDiamond

  1. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    I lied, I was running into a race condition.
  2. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    I just looked at the Velocity source code, there is a precondition in the constructor of both classes that should prevent this, now I'm even more confused.
  3. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    Hey there! I'm working on a plugin that makes use of the ServerPreConnectEvent (I also tried re-implimenting with ServerPostConnectEvent), and the .getPlayer() method is always returning null, it seems like this shouldn't really be possible, anyone have any ideas?