mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-09 17:27:37 +01:00
Restored 32 chars scorebord on 1.8-1.12
This commit is contained in:
parent
c94860913e
commit
1938545a9c
@ -64,13 +64,10 @@ class Board {
|
||||
cache.put(line, string);
|
||||
|
||||
ScoreboardLine parts;
|
||||
|
||||
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_8)) {
|
||||
parts = convertIntoPieces(string, 16);
|
||||
} else if (ServerVersion.isServerVersionAtLeast(ServerVersion.V1_13)){
|
||||
if (ServerVersion.isServerVersionAtLeast(ServerVersion.V1_13)){
|
||||
parts = convertIntoPieces(string, 64);
|
||||
} else {
|
||||
parts = convertIntoPieces(string, 8);
|
||||
parts = convertIntoPieces(string, 16);
|
||||
}
|
||||
|
||||
t.setPrefix(parts.getPrefix());
|
||||
|
Loading…
Reference in New Issue
Block a user