Add velocity warnings

This commit is contained in:
Joseph Hirschfeld
2016-03-03 02:48:12 -06:00
parent 1f86344458
commit 1ae9ee1205
3 changed files with 42 additions and 0 deletions

View File

@ -305,6 +305,7 @@ public final class CraftServer implements Server {
private final List<CraftPlayer> playerView;
public int reloadCount;
public Set<String> activeCompatibilities = Collections.emptySet();
public static Exception excessiveVelEx; // Paper - Velocity warnings
static {
ConfigurationSerialization.registerClass(CraftOfflinePlayer.class);