forked from Upstream/Velocitab
refactor: Slightly tweak ScoreboardManager registration error
This commit is contained in:
parent
384137a67c
commit
e5406051bf
@ -62,7 +62,8 @@ public class ScoreboardManager {
|
||||
versions.add(new Protocol404Adapter(plugin));
|
||||
versions.add(new Protocol48Adapter(plugin));
|
||||
} catch (NoSuchFieldError e) {
|
||||
throw new IllegalStateException("Failed to register scoreboard packet adapters. Try to update velocity to latest build", e);
|
||||
throw new IllegalStateException("Failed to register Scoreboard Teams packets." +
|
||||
" Velocitab probably does not (yet) support your Proxy version.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user