1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00

Merge pull request #396 from lululand-de/master

Fixed IndexOutOfBoundsException on signs update
This commit is contained in:
montlikadani 2019-04-03 16:29:47 +02:00 committed by GitHub
commit bb2c50b637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,8 @@ public class SignUtil {
if (!UpdateHead(sign, PlayerList.get(0).getPlayerName(), timelapse))
timelapse--;
} else {
if (one.GetNumber() > PlayerList.size())
continue;
TopList pl = PlayerList.get(one.GetNumber() - 1);
String PlayerName = pl.getPlayerName();
if (PlayerName.length() > 8) {