Renamed command to SendCommand

This commit is contained in:
lieght
2025-09-17 16:02:02 +02:00
parent 4671885ad7
commit 620e98d29e
9 changed files with 131 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ public class Events implements IEvents {
/**
* Triggers sending a command to a server.
*/
public record Command(String connectionId, String... args) { }
public record SendCommand(String connectionId, String... args) { }
/**
* Triggers when a command is sent to a server.