Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.             try {
  2.                 this.output.write(data.toCharArray());
  3.                 this.output.flush();
  4.  
  5.             } catch (GaySocketException e) {
  6.                 this.close();
  7.                 BrightEventDispatcher.getInstance().dispatch(new BrightEvent(BrightEventType.DISCONNECT_EVENT));
  8.                 e.printStackTrace();
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement