Fixing NRE
This commit is contained in:
@@ -480,6 +480,9 @@ public class DefaultTournament implements Tournament {
|
||||
.findFirst()
|
||||
.orElse(null);
|
||||
|
||||
if(game == null)
|
||||
continue;
|
||||
|
||||
var gameStart = game.GetUTCStartDate();
|
||||
var gameEnd = game.GetUTCEndDate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user