Skip to content

Commit 60bafe2

Browse files
committed
okay so i didn't think i was that stupid
1 parent dfdb3ef commit 60bafe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/src/main/java/net/modfest/platform/pojo/EventData.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ public boolean canRegister() {
4949
public boolean canSubmit() {
5050
return submissions;
5151
}
52+
53+
public boolean canUpdateSubmission() {
54+
return updates;
55+
}
5256
}
5357

5458
public record Images(String full, String transparent, String wordmark, String background) {

0 commit comments

Comments
 (0)