Skip to content
Snippets Groups Projects
Commit 1abfaa24 authored by Chris Kearney's avatar Chris Kearney
Browse files

TURKEY

parent a0f1ade4
No related branches found
No related tags found
No related merge requests found
...@@ -17,34 +17,17 @@ public class CreeperAuthenticationHandler extends SimpleChannelUpstreamHandler { ...@@ -17,34 +17,17 @@ public class CreeperAuthenticationHandler extends SimpleChannelUpstreamHandler {
private static final String LOGO = " ,---__,------__---.\r\n" + private static final String LOGO = " .-\"\"\"\"\"\"\"-.\n" +
" ,'////<: = ]\\\\\\\\\\`.\r\n" + " { _____}---. .-.\n" +
" ///__---^~~\"\"\"~~^---__\\\\\\\r\n" + " { / ( o\\\n" +
" //,' D E T E C T I V E `.\\\\\r\n" + " { / \\ \\V\n" +
" / \\ __---^~~~^---__ / \\\r\n" + " { | _\\ \\.\n" +
" /,. \\,' /.-----.\\ `./ ,.\\\r\n" + " { | / '-' \\ HAPPY TURKEY DAY !!\n" +
" // `. MMM ,^. MMM ,' \\\\\r\n" + " {___\\ /\\______/ __/ ~~~~~~~~~~~~~~~~~\n" +
"//.--. ~~^^---^~ ~^---^^~~ .--.\\\\\r\n" + " ~~/ / /____//\n" +
"/ '> \\ __--'^^~~~^^`--__ / <' \\\r\n" + " '--'\\___/ \\___/\n" +
"\\ / _-^ o L I c ^-_ \\ /\r\n" + " '\\_ \\_\n" +
" \\ ,' P __--^^^^^--__ E `. /\r\n" + " _Dana'97_ /\\ /\\\n";
" \\ \\ ,-^ ^-. / /\r\n" +
" i \\,' ,^-__-^~/\\^-__-^. `./ i\r\n" +
" | /|#`|`.| ||**\\ */-\\ |\r\n" +
" ! '>#| `|`.||--/* \\*<' !\r\n" +
" / /|#|_|#_|||________\\ \\ - Creeper Rule Violators -\r\n" +
" / \\ * *||.| |#| |/ \\ - WILL BE PLACED IN MUD JAIL-\r\n" +
"i \\**\\ */-[]|`.|#| / i\r\n" +
"| \\-/* \\/~~\\`|`.|/ |\r\n" +
"| /`. `. ./_[]_\\.`,' ,'\\ |\r\n" +
"! / `-. ^|______|^ ,-' \\ !\r\n" +
" \\ `. ~~^--_____--^~~ ,' /\r\n" +
" \\ `-_ CREEPER _-' /\r\n" +
" `. ^~--._________.--~^ ,'\r\n" +
" ^-_ _-^\r\n" +
" ^~--__ 4 2 0 __--~^\r\n" +
" `. ,'\r\n" +
" `-'\r\n";
public CreeperAuthenticationHandler(GameManager gameManager) { public CreeperAuthenticationHandler(GameManager gameManager) {
this.gameManager = gameManager; this.gameManager = gameManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment