Fix Scoreboard Nullpointer Erros with Trace Manager #105
@ -60,6 +60,7 @@ public class TraceManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static int currentFrameSize() {
|
public static int currentFrameSize() {
|
||||||
|
if (!frameMap.containsKey(currentFrame)) return 0;
|
||||||
return frameMap.get(currentFrame).size();
|
return frameMap.get(currentFrame).size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren