Skip to content

Instantly share code, notes, and snippets.

@brianfromoregon
Created September 20, 2015 00:40
Show Gist options
  • Save brianfromoregon/9321aa88511372e22ad6 to your computer and use it in GitHub Desktop.
Save brianfromoregon/9321aa88511372e22ad6 to your computer and use it in GitHub Desktop.
@SubscribeEvent
public void chatEvent(ServerChatEvent event) {
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment