Small cleanup
This commit is contained in:
		| @@ -1,8 +1,6 @@ | ||||
| package net.md_5.bungee; | ||||
|  | ||||
| import com.google.common.io.BaseEncoding; | ||||
| import com.google.common.io.ByteStreams; | ||||
| import com.google.common.io.Files; | ||||
| import net.md_5.bungee.log.BungeeLogger; | ||||
| import net.md_5.bungee.reconnect.YamlReconnectHandler; | ||||
| import net.md_5.bungee.scheduler.BungeeScheduler; | ||||
|   | ||||
| @@ -60,7 +60,6 @@ public class Configuration | ||||
|         File fav = new File( "server-icon.png" ); | ||||
|         if ( fav.exists() ) | ||||
|         { | ||||
|  | ||||
|             try | ||||
|             { | ||||
|                 favicon = "data:image/png;base64," + BaseEncoding.base64().encode( Files.toByteArray( fav ) ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 md_5
					md_5