1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-17 18:02:05 +02:00

Fix jar building.

This commit is contained in:
KHobbits
2012-03-22 23:10:59 +00:00
parent 6fd4903b72
commit 620e59dbff

View File

@@ -717,4 +717,10 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public long getConnectionThrottle()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}