Make TNTLeague Event System Capable #13

Merged
Chaoscaot merged 2 commits from TNTLeague/add-event into main 2025-02-02 13:03:03 +01:00
Owner
No description provided.
Chaoscaot added 1 commit 2025-02-01 21:52:03 +01:00
Make TNTLeague Event System Capable
All checks were successful
SteamWarCI Build successful
3d153d49b5
Lixfel requested changes 2025-02-01 21:56:15 +01:00
Dismissed
@ -77,1 +76,4 @@
SubMessage.Translatable smsg = (SubMessage.Translatable) params[i];
params[i] = parse(smsg.getMessage(), sender, smsg.getParams());
} else if (params[i] instanceof SubMessage.Literal) {
SubMessage.Literal smsg = (SubMessage.Literal) params[i];
Owner

Finde ich unnötig. Dafür gibt es schließlich längst PLAIN_STRING (oder ähnlich).

Finde ich unnötig. Dafür gibt es schließlich längst PLAIN_STRING (oder ähnlich).
Chaoscaot marked this conversation as resolved
@ -24,2 +25,3 @@
@Getter
public class SubMessage {
@AllArgsConstructor
public abstract class SubMessage {
Owner

Wie schon geschrieben, die Änderung ist unnötig.

Wie schon geschrieben, die Änderung ist unnötig.
Chaoscaot marked this conversation as resolved
Chaoscaot added 1 commit 2025-02-01 22:00:42 +01:00
Make TNTLeague Event System Capable
All checks were successful
SteamWarCI Build successful
482282f913
Lixfel approved these changes 2025-02-01 22:01:26 +01:00
Lixfel left a comment
Owner

Schaut ok aus.

Schaut ok aus.
Chaoscaot merged commit c6a7107ec2 into main 2025-02-02 13:03:03 +01:00
Chaoscaot deleted branch TNTLeague/add-event 2025-02-02 13:03:03 +01:00
Sign in to join this conversation.
No description provided.