remove space

This commit is contained in:
Anthony Calosa
2024-06-09 18:22:49 +08:00
parent 6cdfe47d39
commit d76453b8ad

View File

@@ -426,7 +426,7 @@ public class AdventureEventData implements Serializable {
if (eventStatus == AdventureEventController.EventStatus.Ready) {
currentRound = 1;
eventStatus = AdventureEventController.EventStatus.Started;
}
}
}
public void generateParticipants(int numberOfOpponents) {