mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Removed web stuff (caused crash)
This commit is contained in:
@ -396,14 +396,9 @@ public class PlotMain extends JavaPlugin {
|
||||
|
||||
getServer().getScheduler().scheduleSyncRepeatingTask(this, new Lag(),
|
||||
100L, 1L);
|
||||
|
||||
if(Web.ENABLED) {
|
||||
try {
|
||||
PlotWeb web = new PlotWeb("PlotWeb", Web.PORT);
|
||||
web.start();
|
||||
sendConsoleSenderMessage("Web Server running on port " + Web.PORT);
|
||||
} catch(Exception e) {
|
||||
sendConsoleSenderMessage("Failed to start web server.");
|
||||
}
|
||||
sendConsoleSenderMessage("This is not yet implemented...");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user