chore: minor change

This commit is contained in:
2025-05-30 16:24:52 +02:00
parent 26fadacd0b
commit a6958cb519

View File

@@ -49,7 +49,7 @@ public enum Events {
Events(String name) {
this.name = name;
action = null;
this.action = null;
}
/**