Fixed to be compatible with latest Dynmap.
This commit is contained in:
parent
53e7ab73a0
commit
18a1f484d8
14 changed files with 23 additions and 88 deletions
|
|
@ -1,13 +1,14 @@
|
|||
package org.dynmap;
|
||||
|
||||
import java.io.*;
|
||||
import java.net.*;
|
||||
import java.util.*;
|
||||
import org.bukkit.*;
|
||||
import org.dynmap.debug.Debugger;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.InetAddress;
|
||||
import java.net.ServerSocket;
|
||||
import java.net.Socket;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.bukkit.Server;
|
||||
import org.dynmap.debug.Debugger;
|
||||
|
||||
public class WebServer extends Thread {
|
||||
|
||||
public static final String VERSION = "Huncraft";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue